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 namespace: test 16 annotations: 17 foo: bar 18 patched: 'a' 19spec: 20 template: 21 spec: 22 containers: 23 - name: foo 24 image: example/sidecar:b