1# Copyright 2019 The Kubernetes Authors. 2# SPDX-License-Identifier: Apache-2.0 3 4apiVersion: apps/v1 5kind: Deployment 6metadata: 7 name: bar2 8 namespace: default 9 annotations: 10 foo: bar2 11 a: 'c' 12 b: '1' 13--- 14apiVersion: apps/v1 15kind: Deployment 16metadata: 17 name: bar1 18 namespace: default 19 annotations: 20 foo: bar1 21 a: 'c' 22 b: '1'