mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
39 lines
1.5 KiB
Go Template
39 lines
1.5 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/migrations-pre/helmfile-child.yaml.gotmpl"
|
|
values: &values
|
|
- "helmfile/environments/default/*.yaml.gotmpl"
|
|
- {{ toYaml .Values | nindent 8 }}
|
|
- path: "helmfile/apps/services/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/openproject-bootstrap/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
- path: "helmfile/apps/migrations-post/helmfile-child.yaml.gotmpl"
|
|
values: *values
|
|
missingFileHandler: "Error"
|
|
...
|