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