Files
kustomize/pkg/commands/build/testdata/testcase-base-only/in/kustomization.yaml
2018-10-03 16:29:04 -07:00

12 lines
236 B
YAML

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