Files
kustomize/pkg/commands/testdata/testcase-base-only/in/kustomization.yaml
2018-05-11 14:01:10 -07:00

11 lines
183 B
YAML

namePrefix: team-foo-
commonLabels:
app: mynginx
org: example.com
team: foo
commonAnnotations:
note: This is a test annotation
resources:
- deployment.yaml
- service.yaml