mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-05 23:11:40 +01:00
21 lines
611 B
YAML
21 lines
611 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/*.yaml.gotmpl"
|
|
dev:
|
|
values:
|
|
- "../../environments/default/*.yaml.gotmpl"
|
|
- "../../environments/dev/*.yaml.gotmpl"
|
|
test:
|
|
values:
|
|
- "../../environments/default/*.yaml.gotmpl"
|
|
- "../../environments/test/*.yaml.gotmpl"
|
|
prod:
|
|
values:
|
|
- "../../environments/default/*.yaml.gotmpl"
|
|
- "../../environments/prod/*.yaml.gotmpl"
|
|
...
|