From 662f56362f76d22305d774544ae0ad787ff46ffd Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sat, 13 Jun 2026 22:29:44 +0200 Subject: [PATCH] fix ssh key for git sync --- helm/keycloak/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/keycloak/values.yaml b/helm/keycloak/values.yaml index 3f60848..0d46fab 100644 --- a/helm/keycloak/values.yaml +++ b/helm/keycloak/values.yaml @@ -1,3 +1,5 @@ +httpRelativePath: "/" + command: - "/opt/keycloak/bin/kc.sh" - "start" @@ -17,8 +19,6 @@ extraEnv: | value: "https://keycloak.idir-belfares.fr" - name: KC_HOSTNAME_ADMIN value: "https://keycloak.idir-belfares.fr" - - name: KC_HTTP_RELATIVE_PATH - value: "/" - name: KC_DB value: postgres - name: KC_DB_URL