mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +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:
|
resources:
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- configMap.yaml
|
|
||||||
- service.yaml
|
- service.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: the-map
|
||||||
|
literals:
|
||||||
|
- altGreeting="Good Morning!"
|
||||||
|
- enableRisky="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user