mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
46 lines
1.8 KiB
Go Template
46 lines
1.8 KiB
Go Template
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
#
|
|
# Advanced Configuration: Nested States
|
|
#
|
|
helmfiles:
|
|
# Path to the helmfile state file being processed BEFORE releases in this state file
|
|
- path: "helmfile/apps/opendesk-migrations-pre/helmfile-child.yaml.gotmpl"
|
|
values: &values
|
|
- "helmfile/environments/default/*.yaml.gotmpl"
|
|
- {{ toYaml .Values | nindent 8 }}
|
|
{{- if eq (env "OPENDESK_ENTERPRISE") "true" }}
|
|
- "helmfile/environments/default-enterprise-overrides/*.yaml.gotmpl"
|
|
{{- end }}
|
|
- path: "helmfile/apps/opendesk-services/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/services-external/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/nubus/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/open-xchange/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/nextcloud/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/collabora/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/cryptpad/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/jitsi/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/element/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/openproject/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/xwiki/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/notes/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/opendesk-openproject-bootstrap/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/opendesk-migrations-post/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
missingFileHandler: "Error"
|
|
...
|