diff --git a/helmfile/apps/element/values-synapse.yaml.gotmpl b/helmfile/apps/element/values-synapse.yaml.gotmpl index bf92fdaa..a3a17c26 100644 --- a/helmfile/apps/element/values-synapse.yaml.gotmpl +++ b/helmfile/apps/element/values-synapse.yaml.gotmpl @@ -91,7 +91,6 @@ configuration: {{- end }} guestModule: - enabled: false image: imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.synapseGuestModule.registry | quote }} diff --git a/helmfile/environments/default/element.yaml b/helmfile/environments/default/element.yaml new file mode 100644 index 00000000..a0ea9725 --- /dev/null +++ b/helmfile/environments/default/element.yaml @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH +# SPDX-License-Identifier: Apache-2.0 +--- +configuration: + homeserver: + guestModule: + enabled: false +...