mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
21 lines
326 B
YAML
21 lines
326 B
YAML
# Copyright 2019 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: bar2
|
|
namespace: default
|
|
annotations:
|
|
foo: bar2
|
|
a: 'b'
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: bar1
|
|
namespace: default
|
|
annotations:
|
|
foo: bar1
|
|
a: 'b'
|