mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
13 lines
438 B
Go Template
13 lines
438 B
Go Template
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
bases:
|
|
- "../../bases/environments.yaml.gotmpl"
|
|
---
|
|
helmfiles:
|
|
- path: "./helmfile-child.yaml.gotmpl"
|
|
values:
|
|
- {{ toYaml .Values | nindent 8 }}
|
|
...
|