fix: config map

This commit is contained in:
domrichardson
2026-03-20 16:58:06 +00:00
parent 660e52ed95
commit 2060d03985

View File

@@ -4,4 +4,4 @@ metadata:
name: {{ .Release.Name }}-configmap name: {{ .Release.Name }}-configmap
data: data:
myvalue: "Hello World" myvalue: "Hello World"
drink: {{ .Values.favoriteDrink }} drink: {{ .Values.favouriteDrink }}