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