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.
1 parent 87f8837 commit 06f9992Copy full SHA for 06f9992
charts/synapse/templates/well-known-configmap.yaml
@@ -22,11 +22,6 @@ data:
22
"m.homeserver": {
23
"base_url": "https://{{ .Values.synapse.serverName }}"
24
},
25
- {{- if .Values.experimentalFeatures.msc3575.enabled }}
26
- "org.matrix.msc3575.proxy": {
27
- "url": "https://{{ .Values.slidingSyncProxy.ingress.host }}"
28
- },
29
- {{- end }}
30
{{- if .Values.experimentalFeatures.msc2965.enabled }}
31
"org.matrix.msc2965.authentication": {
32
"issuer": "https://{{ .Values.matrixAuthentication.ingress.host }}/",
0 commit comments