mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
9 lines
136 B
YAML
9 lines
136 B
YAML
apiVersion: v1beta1
|
|
kind: Kustomization
|
|
namePrefix: p1-
|
|
configMapGenerator:
|
|
- name: com1
|
|
behavior: create
|
|
literals:
|
|
- from=base
|