fix(open-xchange): Fixed setting matrixUuidClaimName based on .Values.functional.chat.matrix.profile.useImmutableIdentifierForLocalpart

This commit is contained in:
Carsten Hoeger
2025-02-12 10:02:02 +01:00
committed by Thorsten Roßner
parent 1a7df6993d
commit 910bef0018

View File

@@ -280,7 +280,7 @@ appsuite:
com.openexchange.conference.element.enabled: "true"
com.openexchange.conference.element.meetingHostUrl: http://matrix-neodatefix-bot
com.openexchange.conference.element.matrixLoginUrl: http://opendesk-synapse-web:8008/_matrix/client/v3/login
com.openexchange.conference.element.matrixUuidClaimName: "{{ if functional.chat.matrix.profile.useImmutableIdentifierForLocalpart }}opendesk_useruuid{{ else }}opendesk_username{{ end }}"
com.openexchange.conference.element.matrixUuidClaimName: {{ if .Values.functional.chat.matrix.profile.useImmutableIdentifierForLocalpart }}"opendesk_useruuid"{{ else }}"opendesk_username"{{ end }}
# GDPR
com.openexchange.gdpr.dataexport.enabled: "false"
com.openexchange.gdpr.dataexport.active: "false"