mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
# 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"
|
|
|
|
---
|
|
repositories:
|
|
# openDesk Keycloak Bootstrap
|
|
# Source: https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz/components/charts/opendesk-keycloak-bootstrap
|
|
- name: "opendesk-keycloak-bootstrap-repo"
|
|
oci: true
|
|
# yamllint disable rule:line-length
|
|
url: >-
|
|
{{ env "PRIVATE_IMAGE_REGISTRY_URL" |
|
|
default "external-registry.souvap-univention.de/sovereign-workplace/souvap/tooling/charts/sovereign-workplace-keycloak-bootstrap" }}
|
|
# yamllint enable rule:line-length
|
|
verify: true
|
|
keyring: "../../files/gpg-pubkeys/souvap-univention-de.gpg"
|
|
|
|
releases:
|
|
- name: "opendesk-keycloak-bootstrap"
|
|
chart: "opendesk-keycloak-bootstrap-repo/sovereign-workplace-keycloak-bootstrap"
|
|
version: "1.1.11"
|
|
values:
|
|
- "values-bootstrap.gotmpl"
|
|
- "values-bootstrap.yaml"
|
|
installed: {{ .Values.keycloak.enabled }}
|
|
# as we have seen some slow clusters we want to ensure we not just fail due to a timeout.
|
|
timeout: 1800
|
|
|
|
commonLabels:
|
|
deploy-stage: "component-1"
|
|
component: "keycloak-bootstrap"
|
|
...
|