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