diff --git a/examples/helloWorld/kustomization.yaml b/examples/helloWorld/kustomization.yaml index 6ad61c295..c0cfd1bfb 100644 --- a/examples/helloWorld/kustomization.yaml +++ b/examples/helloWorld/kustomization.yaml @@ -5,5 +5,10 @@ commonLabels: resources: - deployment.yaml -- configMap.yaml - service.yaml + +configMapGenerator: +- name: the-map + literals: + - altGreeting="Good Morning!" + - enableRisky="false"