mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
13 lines
237 B
YAML
13 lines
237 B
YAML
namePrefix: staging-
|
|
commonLabels:
|
|
env: staging
|
|
patches:
|
|
- patches/deployment-patch1.yaml
|
|
- patches/deployment-patch2.yaml
|
|
bases:
|
|
- ../package/
|
|
configMapGenerator:
|
|
- name: configmap-in-overlay
|
|
literals:
|
|
- hello=world
|