From 1132a23b57e263a36bef4d70337795cba0bd22fb Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 3 May 2022 07:42:09 +0300 Subject: [PATCH] fix(synapse): fix loadCustomConfig (#2602) --- charts/stable/synapse/Chart.yaml | 2 +- charts/stable/synapse/templates/_configmap.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/synapse/Chart.yaml b/charts/stable/synapse/Chart.yaml index 598e1a3d577..85c1639af18 100644 --- a/charts/stable/synapse/Chart.yaml +++ b/charts/stable/synapse/Chart.yaml @@ -24,7 +24,7 @@ maintainers: name: synapse sources: [] type: application -version: 2.0.25 +version: 2.0.26 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/synapse/templates/_configmap.tpl b/charts/stable/synapse/templates/_configmap.tpl index 1572ce34684..304096accd3 100644 --- a/charts/stable/synapse/templates/_configmap.tpl +++ b/charts/stable/synapse/templates/_configmap.tpl @@ -120,7 +120,7 @@ data: {{- end }} suppress_key_server_warning: {{ .Values.matrix.security.supressKeyServerWarning }} - {{- if not .Values.loadCustomConfig }} + {{- if not .Values.synapse.loadCustomConfig }} custom.yaml: | # PLACEHOLDER {{- end }}