Skip to content

Commit 42e650a

Browse files
committed
fix experimantal features
1 parent 0725679 commit 42e650a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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.1.2
3+
version: 0.1.3

charts/synapse/templates/synapse-configmap.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,14 @@ data:
260260
web_client_location: "https://{{ $.Values.synapse.serverName }}/"
261261
{{- if $.Values.matrixAuthentication.enabled }}
262262
# https://matrix-org.github.io/matrix-authentication-service/setup/homeserver.html#configure-the-homeserver-to-delegate-authentication-to-the-service
263-
experimental_features: {{ $.Values.experimentalFeatures | toYaml | nindent 6 }}
263+
experimental_features:
264+
{{- if $.Values.experimentalFeatures.msc3861.enabled }}
265+
msc3861: {{ $.Values.experimentalFeatures.msc3861 | toYaml | nindent 8 }}
266+
{{- end }}
267+
{{- if $.Values.experimentalFeatures.msc3967.enabled }}
268+
msc3967:
269+
enabled: true
270+
{{- end }}
264271
{{- end }}
265272
266273
log.config: |

0 commit comments

Comments
 (0)