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