mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 22:41:42 +00:00
9 lines
138 B
YAML
9 lines
138 B
YAML
bases:
|
|
- myapp/mycomponent
|
|
- myapp/mycomponent2
|
|
configMapGenerator:
|
|
- name: com1
|
|
behavior: merge
|
|
literals:
|
|
- foo=bar
|
|
- baz=qux |