From 16c9c00d1e8be7838fc59cb8e2ba64f7003b8dd0 Mon Sep 17 00:00:00 2001 From: WrenIX <133280015+wrenix@users.noreply.github.com> Date: Sun, 19 Nov 2023 03:12:28 +0100 Subject: [PATCH] fix: first line in value of config.yaml after #465 Signed-off-by: WrenIX <133280015+wrenix@users.noreply.github.com> --- charts/nextcloud/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/templates/config.yaml b/charts/nextcloud/templates/config.yaml index 6976741a..a6a7cb4c 100644 --- a/charts/nextcloud/templates/config.yaml +++ b/charts/nextcloud/templates/config.yaml @@ -11,7 +11,7 @@ metadata: data: {{- range $key, $value := .Values.nextcloud.configs }} {{ $key }}: |- - {{ $value | nindent 4 }} + {{- $value | nindent 4 }} {{- end }} {{- if .Values.nextcloud.defaultConfigs }} {{- if index .Values.nextcloud.defaultConfigs ".htaccess" }}