Files
kustomize/pkg/commands/testdata/testcase-base-only/in/kustomization.yaml
2018-07-30 16:28:40 -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