File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.28.1
3+ version : 0.28.2
Original file line number Diff line number Diff line change @@ -272,7 +272,6 @@ data:
272272 # Enable the MAS integration
273273 enabled: true
274274 # The base URL where Synapse will contact MAS
275- {{- $defaultMasEndpoint := http://project.{{ .Release.Namespace }} }}
276275 endpoint: {{ $.Values.synapse.matrixAuthenticationServiceEndpoint | default (printf "http://matrix-authentication.%s.svc:%s" $.Release.Namespace $.Values.matrixAuthentication.service.port) }}
277276 # The shared secret used to authenticate MAS requests, must be the same as `matrix.secret` in the MAS configuration
278277 # See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#matrix
You can’t perform that action at this time.
0 commit comments