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@@"