fix(synapse): fix loadCustomConfig (#2602)
This commit is contained in:
parent
af1965272d
commit
1132a23b57
|
@ -24,7 +24,7 @@ maintainers:
|
||||||
name: synapse
|
name: synapse
|
||||||
sources: []
|
sources: []
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.25
|
version: 2.0.26
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|
|
@ -120,7 +120,7 @@ data:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
suppress_key_server_warning: {{ .Values.matrix.security.supressKeyServerWarning }}
|
suppress_key_server_warning: {{ .Values.matrix.security.supressKeyServerWarning }}
|
||||||
{{- if not .Values.loadCustomConfig }}
|
{{- if not .Values.synapse.loadCustomConfig }}
|
||||||
custom.yaml: |
|
custom.yaml: |
|
||||||
# PLACEHOLDER
|
# PLACEHOLDER
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue