From ccb51a0de32525a93fd982d52dc8e6a35db8f09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Fri, 24 Jan 2025 14:44:33 +0100 Subject: [PATCH] fix(element): MatrixID for Element "Welcome User" to support deployments where matrix domain differs from homeserver FQDN --- helmfile/apps/element/values-element.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/element/values-element.yaml.gotmpl b/helmfile/apps/element/values-element.yaml.gotmpl index 47645263..d514b69e 100644 --- a/helmfile/apps/element/values-element.yaml.gotmpl +++ b/helmfile/apps/element/values-element.yaml.gotmpl @@ -98,7 +98,7 @@ configuration: - org.matrix.msc2762.receive.event:net.nordeck.meetings.sub_meetings.send_message - org.matrix.msc3973.user_directory_search - welcomeUserId: "@meetings-bot:{{ .Values.global.domain }}" + welcomeUserId: "@meetings-bot:{{ .Values.global.matrixDomain | default .Values.global.domain }}" containerSecurityContext: allowPrivilegeEscalation: false