mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 15:27:01 +00:00
Merge pull request #160 from Liujingfang1/helloworld
update helloWorld example: change configmap to configmapGenerator
This commit is contained in:
@@ -5,5 +5,10 @@ commonLabels:
|
||||
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- configMap.yaml
|
||||
- service.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: the-map
|
||||
literals:
|
||||
- altGreeting="Good Morning!"
|
||||
- enableRisky="false"
|
||||
|
||||
Reference in New Issue
Block a user