We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
synapse_legacy
1 parent 62d4f3e commit fa0e95fCopy full SHA for fa0e95f
charts/matrix-stack/configs/matrix-authentication-service/config.yaml.tpl
@@ -64,6 +64,9 @@ We don't want MAS to change data in Synapse
64
*/}}
65
{{- if and .syn2mas.enabled .syn2mas.dryRun }}
66
kind: synapse_read_only
67
+{{- else }}
68
+{{- /* Switch to synapse_modern after a release or 2 so that we're more likely to have a Synapse that supports this API on redeploying MAS. */}}
69
+ kind: synapse_legacy
70
{{- end }}
71
72
0 commit comments