mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
17 lines
489 B
YAML
17 lines
489 B
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
environments:
|
|
default:
|
|
values:
|
|
- "../../environments/default/*.gotmpl"
|
|
ionos:
|
|
values:
|
|
- "../../environments/default/*.gotmpl"
|
|
- "../../environments/ionos/values.yaml"
|
|
uv-develop:
|
|
values:
|
|
- "../../environments/default/*.gotmpl"
|
|
- "../../environments/uv-develop/values.yaml"
|
|
...
|