We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cc1a7 commit 1e05c3aCopy full SHA for 1e05c3a
2 files changed
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.28.1
+version: 0.28.2
charts/synapse/templates/synapse-configmap.yaml
@@ -272,7 +272,6 @@ data:
272
# Enable the MAS integration
273
enabled: true
274
# The base URL where Synapse will contact MAS
275
- {{- $defaultMasEndpoint := http://project.{{ .Release.Namespace }} }}
276
endpoint: {{ $.Values.synapse.matrixAuthenticationServiceEndpoint | default (printf "http://matrix-authentication.%s.svc:%s" $.Release.Namespace $.Values.matrixAuthentication.service.port) }}
277
# The shared secret used to authenticate MAS requests, must be the same as `matrix.secret` in the MAS configuration
278
# See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#matrix
0 commit comments