fix(element): Add an application service for the intercom-service

This commit is contained in:
Dominik Henneke
2023-10-13 13:08:54 +02:00
parent 06dcdd78af
commit 1a4eced998
3 changed files with 13 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ ics:
oidc:
secret: {{ .Values.secrets.keycloak.clientSecret.intercom }}
matrix:
asSecret: {{ .Values.secrets.jitsi.synapseAsToken }}
asSecret: {{ .Values.secrets.intercom.synapseAsToken | quote }}
subdomain: {{ .Values.global.hosts.synapse }}
serverName: "{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}"
nordeck: