Skip to content

Commit 1e05c3a

Browse files
committed
fix typo
1 parent 47cc1a7 commit 1e05c3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.28.1
3+
version: 0.28.2

charts/synapse/templates/synapse-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)