1# Copyright 2019 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: apps/v1alpha1 5kind: Deployment 6metadata: 7 name: test-1 8 annotations: 9 baz: foo 10 patched: 'a' 11spec: 12 template: 13 spec: 14 containers: 15 - name: foo 16 image: example/sidecar:b 17--- 18apiVersion: apps/v1 19kind: Deployment 20metadata: 21 name: test-2 22 annotations: 23 foo: bar