fix(synapse): fix loadCustomConfig (#2602)
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user