From 8afed8af737ce4eab5895695ab1cde6f7c011049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Gerrit=20G=C3=B6bel?= <86782124+jggoebel@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:39:49 +0100 Subject: [PATCH] fix json format in user ui configmap (#412) --- charts/hobbyfarm/templates/ui/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hobbyfarm/templates/ui/configmap.yaml b/charts/hobbyfarm/templates/ui/configmap.yaml index f123d5b..b67018f 100644 --- a/charts/hobbyfarm/templates/ui/configmap.yaml +++ b/charts/hobbyfarm/templates/ui/configmap.yaml @@ -15,7 +15,7 @@ data: "logo": {{ $.Values.ui.config.logo | quote }}, "about": { "title": {{ $.Values.ui.config.about.title | default "" | quote }}, - "body": {{ $.Values.ui.config.about.body | default "" | quote }}, + "body": {{ $.Values.ui.config.about.body | default "" | quote }} } } {{- if $.Values.ui.custom }}