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

22 lines
409 B
YAML

namePrefix: staging-
commonLabels:
env: staging
team: override-foo
patchesStrategicMerge:
- deployment.yaml
bases:
- ../package/
configMapGenerator:
- name: configmap-in-overlay
literals:
- hello=world
- name: configmap-in-base
behavior: replace
literals:
- foo=override-bar
secretGenerator:
- name: secret-in-base
behavior: merge
commands:
proxy: "printf haproxy"