matrix-synapse: Fix remaining old pg values

This commit is contained in:
Alexander "Ace" Olofsson 2022-12-20 18:56:09 +01:00
parent c7fc15e5b0
commit 3620f71b05
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{{- $needsVolumePermissions := and .Values.volumePermissions.enabled (or .Values.persistence.enabled .Values.persistence.existingClaim) }}
{{- if (and .Values.postgresql.enabled (and (not .Values.postgresql.postgresqlPassword) (not .Values.postgresql.existingSecret))) -}}
{{- if (and .Values.postgresql.enabled (and (not .Values.postgresql.auth.password) (not .Values.postgresql.existingSecret))) -}}
{{- fail "You must specify a static postgres password or existing secret if using the included postgres chart" -}}
{{- end -}}
{{- if (and .Values.redis.enabled (and .Values.redis.usePassword (and (not .Values.redis.auth.password) (not .Values.redis.auth.existingSecret)))) -}}

View file

@ -677,7 +677,7 @@ wellknown:
postgresql:
enabled: true
auth:
auth: {}
# XXX Change me!
# password: synapse