Hotfix/synapse 3pid template (#2638)
* Synapse Patch for PR #2603 This fixes the 3PID template rendering * Bump synapse patch version
This commit is contained in:
@@ -24,7 +24,7 @@ maintainers:
|
|||||||
name: synapse
|
name: synapse
|
||||||
sources: []
|
sources: []
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ data:
|
|||||||
|
|
||||||
{{- if .Values.matrix.registration.require3PID }}
|
{{- if .Values.matrix.registration.require3PID }}
|
||||||
registrations_require_3pid:
|
registrations_require_3pid:
|
||||||
{{- range .Values.matrix.registration.requires3PID }}
|
{{- range .Values.matrix.registration.require3PID }}
|
||||||
- {{ . | .medium }}
|
{{ print "- " (.medium | quote) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
@@ -100,8 +100,7 @@ data:
|
|||||||
enable_3pid_lookup: {{ .Values.matrix.registration.enable3PIDLookup }}
|
enable_3pid_lookup: {{ .Values.matrix.registration.enable3PIDLookup }}
|
||||||
|
|
||||||
{{- if .Values.matrix.registration.allowedLocal3PIDs }}
|
{{- if .Values.matrix.registration.allowedLocal3PIDs }}
|
||||||
allowed_local_3pids:
|
allowed_local_3pids: {{- print " " -}}{{ .Values.matrix.registration.allowedLocal3PIDs | toJson -}}
|
||||||
{{ .Values.matrix.registration.allowedLocal3PIDs }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user