This commit is contained in:
2026-06-07 16:01:12 +02:00
parent 73b2a93616
commit 1eaa602699
2 changed files with 19 additions and 14 deletions
+3 -1
View File
@@ -45,8 +45,10 @@ jobs:
- name: Deploy Keycloak
if: ${{ inputs.service == 'all' || inputs.service == 'keycloak' }}
run: |
helm repo add codecentric https://codecentric.github.io/helm-charts
helm repo update
helm upgrade --install keycloak codecentric/keycloakx \
--namespace keycloak \
--create-namespace \
--values helm/keycloak/values.yaml \
--wait