matrix-synapse: Missed worker auth configuration
This commit is contained in:
parent
09e1669cbc
commit
2b2439d596
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue