break helloWorld example into two examples:

- one for declaring a ConfigMap as resources
- one for declaring a ConfigMap from ConfigMapGenerator and rolling
update
This commit is contained in:
Jingfang Liu
2018-07-23 13:54:15 -07:00
parent 5715f4bab4
commit 05a91893bf
5 changed files with 470 additions and 391 deletions

View File

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