matrix-synapse: Missed worker auth configuration

This commit is contained in:
Alexander "Ace" Olofsson 2022-12-20 19:06:05 +01:00
parent 09e1669cbc
commit 2b2439d596
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -90,7 +90,7 @@ spec:
secretKeyRef: secretKeyRef:
{{- if $.Values.postgresql.enabled }} {{- if $.Values.postgresql.enabled }}
name: {{ $.Values.postgresql.existingSecret | default (include "matrix-synapse.postgresql.fullname" $) }} name: {{ $.Values.postgresql.existingSecret | default (include "matrix-synapse.postgresql.fullname" $) }}
key: postgresql-password key: password
{{- else }} {{- else }}
name: {{ $.Values.externalPostgresql.existingSecret }} name: {{ $.Values.externalPostgresql.existingSecret }}
key: {{ $.Values.externalPostgresql.existingSecretPasswordKey }} key: {{ $.Values.externalPostgresql.existingSecretPasswordKey }}