mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
sampleWithTemplating: {{ env "YOUR_ENV_VARIABLE_FOR_TEMPLATING" | quote }}
|
|
global:
|
|
imageRegistry: "your.private.oci-container-image-registry/with_optional_path"
|
|
helmRegistry: "your.private.oci-helm-chart-registry/with_optional_path"
|
|
...
|