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

20 lines
372 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
configMapGenerator:
- name: configmap-in-base
literals:
- foo=bar
secretGenerator:
- name: secret-in-base
commands:
username: "printf admin"
password: "printf somepw"