diff --git a/helmfile/apps/element/values-synapse-admin.yaml.gotmpl b/helmfile/apps/element/values-synapse-admin.yaml.gotmpl index ac3ff9f3..e5774fd6 100644 --- a/helmfile/apps/element/values-synapse-admin.yaml.gotmpl +++ b/helmfile/apps/element/values-synapse-admin.yaml.gotmpl @@ -45,7 +45,6 @@ configuration: homeserver: # -- URL of synapse deployment. As default the url of synapse will be used. #baseUrl: "" - homeserver: serverName: {{ .Values.global.matrixDomain | default .Values.global.domain | quote }} ldap: base: {{ .Values.ldap.baseDn | quote }} diff --git a/helmfile/apps/element/values-synapse-adminbot-pipe.yaml.gotmpl b/helmfile/apps/element/values-synapse-adminbot-pipe.yaml.gotmpl index ac454fd3..483674ae 100644 --- a/helmfile/apps/element/values-synapse-adminbot-pipe.yaml.gotmpl +++ b/helmfile/apps/element/values-synapse-adminbot-pipe.yaml.gotmpl @@ -12,7 +12,6 @@ global: configuration: secretName: "matrix-adminbot-config" - #serviceName: "opendesk-synapse-adminbot-pipe" image: registry: {{ coalesce .Values.repositories.image.registryOpencodeDeEnterprise .Values.global.imageRegistry .Values.images.elementPipe.registry | quote }} url: {{ .Values.images.elementPipe.repository | quote }} diff --git a/helmfile/apps/element/values-synapse-adminbot-web.yaml.gotmpl b/helmfile/apps/element/values-synapse-adminbot-web.yaml.gotmpl index 5a287913..87723172 100644 --- a/helmfile/apps/element/values-synapse-adminbot-web.yaml.gotmpl +++ b/helmfile/apps/element/values-synapse-adminbot-web.yaml.gotmpl @@ -13,7 +13,6 @@ global: configuration: homeserver: serverName: {{ .Values.global.matrixDomain | default .Values.global.domain }} -#fullnameOverride: "opendesk-synapse-adminbot-web" image: registry: {{ coalesce .Values.repositories.image.registryOpencodeDeEnterprise .Values.global.imageRegistry .Values.images.elementAdminBot.registry | quote }} repository: {{ .Values.images.elementAdminBot.repository | quote }} diff --git a/helmfile/apps/element/values-synapse-auditbot-pipe.yaml.gotmpl b/helmfile/apps/element/values-synapse-auditbot-pipe.yaml.gotmpl index 37a60ec5..3bc98c02 100644 --- a/helmfile/apps/element/values-synapse-auditbot-pipe.yaml.gotmpl +++ b/helmfile/apps/element/values-synapse-auditbot-pipe.yaml.gotmpl @@ -12,7 +12,6 @@ global: configuration: secretName: "matrix-auditbot-config" - #serviceName: "opendesk-synapse-auditbot-pipe" image: registry: {{ coalesce .Values.repositories.image.registryOpencodeDeEnterprise .Values.global.imageRegistry .Values.images.elementPipe.registry | quote }} url: {{ .Values.images.elementPipe.repository | quote }}