Files
kustomize/pkg/commands/build/testdata/testcase-base-only/in/kustomization.yaml
2018-12-20 15:32:06 -08:00

14 lines
276 B
YAML

apiVersion: v1beta1
kind: Kustomization
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