Skip to content

Commit 30ce3c7

Browse files
committed
(!) breaking: fixed condition for passwords in MAS secret
1 parent 3f341e4 commit 30ce3c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.50.2
3+
version: 0.51.0

charts/synapse/templates/matrix-authentication-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stringData:
5757
secrets:
5858
{{ toYaml .Values.matrixAuthentication.config.secrets | nindent 6 }}
5959
{{- end }}
60-
{{- if .Values.matrixAuthentication.config.secrets }}
60+
{{- if .Values.matrixAuthentication.config.passwords.enabled }}
6161
passwords:
6262
{{ toYaml .Values.matrixAuthentication.config.passwords | nindent 6 }}
6363
{{- end }}

0 commit comments

Comments
 (0)