diff --git a/templates/config-map.yaml b/templates/config-map.yaml index daa80df..6dc8176 100644 --- a/templates/config-map.yaml +++ b/templates/config-map.yaml @@ -1,6 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: + namespace: default name: my-config-map data: my_heart_is: "{{ .Values.heart }}" \ No newline at end of file