mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 11:37:23 +08:00
Update ENV for keycloak-config-cli v5.0.0+ (#10321)
Signed-off-by: Aaron Miller <millrfz@amazon.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-keycloak
|
||||
- https://github.com/keycloak/keycloak
|
||||
version: 9.0.2
|
||||
version: 9.0.3
|
||||
|
||||
@@ -74,8 +74,8 @@ spec:
|
||||
key: {{ include "common.secrets.key" (dict "existingSecret" .Values.auth.existingSecret "key" "admin-password") }}
|
||||
{{- end }}
|
||||
{{- if or .Values.keycloakConfigCli.configuration .Values.keycloakConfigCli.existingConfigmap }}
|
||||
- name: IMPORT_PATH
|
||||
value: /config/
|
||||
- name: IMPORT_FILES_LOCATIONS
|
||||
value: /config/*
|
||||
{{- end }}
|
||||
- name: KEYCLOAK_AVAILABILITYCHECK_ENABLED
|
||||
value: "true"
|
||||
|
||||
Reference in New Issue
Block a user