Update ENV for keycloak-config-cli v5.0.0+ (#10321)

Signed-off-by: Aaron Miller <millrfz@amazon.com>
This commit is contained in:
Aaron Miller
2022-05-20 04:24:57 -07:00
committed by GitHub
parent a2ec438dba
commit 14aaad1c6d
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"