mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
Move guest flag to defaults
This commit is contained in:
@@ -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 }}
|
||||
|
||||
8
helmfile/environments/default/element.yaml
Normal file
8
helmfile/environments/default/element.yaml
Normal file
@@ -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
|
||||
...
|
||||
Reference in New Issue
Block a user