mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
11 lines
173 B
YAML
11 lines
173 B
YAML
apiVersion: v1
|
|
kind: Kustomization
|
|
bases:
|
|
- myapp/mycomponent
|
|
- myapp/mycomponent2
|
|
configMapGenerator:
|
|
- name: com1
|
|
behavior: merge
|
|
literals:
|
|
- foo=bar
|
|
- baz=qux |