Skip to content

Commit d2b1898

Browse files
committed
update helloWorld example: change configmap to configmapGenerator
1 parent 98a38eb commit d2b1898

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/helloWorld/kustomization.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ commonLabels:
55

66
resources:
77
- deployment.yaml
8-
- configMap.yaml
98
- service.yaml
9+
10+
configMapGenerator:
11+
- name: the-map
12+
literals:
13+
- altGreeting="Good Morning!"
14+
- enableRisky="false"

0 commit comments

Comments
 (0)