From 2060d0398511094764a815c25209d5110d96c326 Mon Sep 17 00:00:00 2001 From: domrichardson <100129001+domrichardson@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:58:06 +0000 Subject: [PATCH] fix: config map --- templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configmap.yaml b/templates/configmap.yaml index acaaf58..9e541db 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -4,4 +4,4 @@ metadata: name: {{ .Release.Name }}-configmap data: myvalue: "Hello World" - drink: {{ .Values.favoriteDrink }} \ No newline at end of file + drink: {{ .Values.favouriteDrink }} \ No newline at end of file