Ensure cache-stack is set, removed by bot

Signed-off-by: jack1902 <39212456+jack1902@users.noreply.github.com>
This commit is contained in:
José Abraham 2022-05-27 09:09:58 +01:00 committed by Bitnami Containers
parent 560d9f64c2
commit 6910b3ba2e
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ keycloak_configure_database() {
keycloak_configure_cache() {
info "Configuring cache count"
keycloak_conf_set "cache" "$KEYCLOAK_CACHE_TYPE"
! is_empty_value "$KEYCLOAK_CACHE_STACK" && debug_execute kc.sh build --cache-stack="${KEYCLOAK_CACHE_STACK}"
}
########################

View File

@ -140,6 +140,7 @@ keycloak_configure_database() {
keycloak_configure_cache() {
info "Configuring cache count"
keycloak_conf_set "cache" "$KEYCLOAK_CACHE_TYPE"
! is_empty_value "$KEYCLOAK_CACHE_STACK" && debug_execute kc.sh build --cache-stack="${KEYCLOAK_CACHE_STACK}"
}
########################