From bd1ec28fd25092f731ccbb46cdc09a2e3b298be3 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 3 Nov 2021 16:42:53 +0100 Subject: [PATCH] fix configmap --- charts/sogo/templates/configmap.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/sogo/templates/configmap.yaml b/charts/sogo/templates/configmap.yaml index 8bff805..961a7a1 100644 --- a/charts/sogo/templates/configmap.yaml +++ b/charts/sogo/templates/configmap.yaml @@ -10,12 +10,12 @@ data: SOGO_SOGoMailDomain: {{ .Values.deployment.config.SOGO_SOGoMailDomain | quote }} SOGO_SOGoMailingMechanism: {{ .Values.deployment.config.SOGO_SOGoMailingMechanism | quote }} SOGO_SOGoSMTPAuthenticationType: {{ .Values.deployment.config.SOGO_SOGoSMTPAuthenticationType | quote }} - SOGO_SOGoForceExternalLoginWithEmail: {{ .Values.deployment.config.SOGO_SOGoForceExternalLoginWithEmail }} + SOGO_SOGoForceExternalLoginWithEmail: {{ .Values.deployment.config.SOGO_SOGoForceExternalLoginWithEmail | quote }} SOGO_NGImap4ConnectionStringSeparator: {{ .Values.deployment.config.SOGO_NGImap4ConnectionStringSeparator | quote }} - SOGO_SOGoPasswordChangeEnabled: {{ .Values.deployment.config.SOGO_SOGoPasswordChangeEnabled }} - SOGO_SOGoForwardEnabled: {{ .Values.deployment.config.SOGO_SOGoForwardEnabled }} - SOGO_SOGoSieveScriptsEnabled: {{ .Values.deployment.config.SOGO_SOGoSieveScriptsEnabled }} + SOGO_SOGoPasswordChangeEnabled: {{ .Values.deployment.config.SOGO_SOGoPasswordChangeEnabled | quote }} + SOGO_SOGoForwardEnabled: {{ .Values.deployment.config.SOGO_SOGoForwardEnabled | quote }} + SOGO_SOGoSieveScriptsEnabled: {{ .Values.deployment.config.SOGO_SOGoSieveScriptsEnabled | quote }} SOGO_SOGoTimeZone: {{ .Values.deployment.config.SOGO_SOGoTimeZone | quote }} - SOGO_WorkersCount: {{ .Values.deployment.config.SOGO_WorkersCount }} + SOGO_WorkersCount: {{ .Values.deployment.config.SOGO_WorkersCount | quote }} SOGO_SOGoCalendarDefaultRoles: | {{ .Values.deployment.config.SOGO_SOGoCalendarDefaultRoles }}