From 2fa55ec38a4ab2c3aed1c040f02e74fcee43efd4 Mon Sep 17 00:00:00 2001 From: Sven Andersen Date: Fri, 26 Jul 2024 14:27:42 +0200 Subject: [PATCH] feat(element): Typo in Template --- helmfile/apps/element/values-element.yaml.gotmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/apps/element/values-element.yaml.gotmpl b/helmfile/apps/element/values-element.yaml.gotmpl index 463c92f8..752d1163 100644 --- a/helmfile/apps/element/values-element.yaml.gotmpl +++ b/helmfile/apps/element/values-element.yaml.gotmpl @@ -146,5 +146,6 @@ theme: {{ .Values.theme | toYaml | nindent 2 }} presence: - enabled: {{.Values.functional.dataProtection.matrixPresence.enabled }} + enabled: {{ .Values.functional.dataProtection.matrixPresence.enabled }} + ...