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
View as plain text