From 943c54b1c14978dc14ed6f7a14a2da29a640e9a1 Mon Sep 17 00:00:00 2001 From: fkf9 Date: Thu, 16 Sep 2021 15:24:50 +0200 Subject: [PATCH] remove useless space --- charts/matrix-synapse/templates/secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/matrix-synapse/templates/secrets.yaml b/charts/matrix-synapse/templates/secrets.yaml index 8fcd9fa..2f15d67 100644 --- a/charts/matrix-synapse/templates/secrets.yaml +++ b/charts/matrix-synapse/templates/secrets.yaml @@ -44,7 +44,7 @@ stringData: name: "psycopg2" args: user: {{ $postgresUser | quote }} - {{- if and $postgresPass (not .Values.postgresql.existingSecret) }} + {{- if and $postgresPass (not .Values.postgresql.existingSecret) }} password: {{ $postgresPass | quote }} {{- else }} password: "@@POSTGRES_PASSWORD@@"