Merge pull request #160 from Liujingfang1/helloworld

update helloWorld example: change configmap to configmapGenerator
This commit is contained in:
Jingfang Liu
2018-07-11 14:25:47 -07:00
committed by GitHub

View File

@@ -5,5 +5,10 @@ commonLabels:
resources:
- deployment.yaml
- configMap.yaml
- service.yaml
configMapGenerator:
- name: the-map
literals:
- altGreeting="Good Morning!"
- enableRisky="false"