From 2b2439d596305aa3d0829ef336b26030e8912c88 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Tue, 20 Dec 2022 19:06:05 +0100 Subject: [PATCH] matrix-synapse: Missed worker auth configuration --- charts/matrix-synapse/templates/worker-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/matrix-synapse/templates/worker-deployment.yaml b/charts/matrix-synapse/templates/worker-deployment.yaml index 2321b8d..3fc98bc 100644 --- a/charts/matrix-synapse/templates/worker-deployment.yaml +++ b/charts/matrix-synapse/templates/worker-deployment.yaml @@ -90,7 +90,7 @@ spec: secretKeyRef: {{- if $.Values.postgresql.enabled }} name: {{ $.Values.postgresql.existingSecret | default (include "matrix-synapse.postgresql.fullname" $) }} - key: postgresql-password + key: password {{- else }} name: {{ $.Values.externalPostgresql.existingSecret }} key: {{ $.Values.externalPostgresql.existingSecretPasswordKey }}