mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
28 lines
922 B
YAML
28 lines
922 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
|
|
---
|
|
repositories:
|
|
- name: "sovereign-workplace-keycloak-bootstrap-repo"
|
|
url: >-
|
|
{{ env "PRIVATE_CHART_REPOSITORY_URL" |
|
|
default "https://gitlab.souvap-univention.de/api/v4/projects/138/packages/helm/stable" }}
|
|
|
|
releases:
|
|
- name: "sovereign-workplace-keycloak-bootstrap"
|
|
chart: "sovereign-workplace-keycloak-bootstrap-repo/sovereign-workplace-keycloak-bootstrap"
|
|
version: "1.1.11"
|
|
values:
|
|
- "values-bootstrap.gotmpl"
|
|
- "values-bootstrap.yaml"
|
|
condition: "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"
|
|
|
|
bases:
|
|
- "../../bases/environments.yaml"
|
|
...
|