fix(synapse): fix loadCustomConfig (#2602)

This commit is contained in:
Stavros Kois 2022-05-03 07:42:09 +03:00 committed by GitHub
parent af1965272d
commit 1132a23b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ maintainers:
name: synapse
sources: []
type: application
version: 2.0.25
version: 2.0.26
annotations:
truecharts.org/catagories: |
- cloud

View File

@ -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 }}