update helloWorld example: change configmap to configmapGenerator

This commit is contained in:
Jingfang Liu
2018-07-11 14:00:07 -07:00
parent 98a38eb290
commit d2b189874b

View File

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