fix(keycloak): fix installation errors
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
production: true
|
||||
|
||||
# Enable HTTP for health checks in production mode
|
||||
extraEnvVars:
|
||||
- name: KC_HTTP_ENABLED
|
||||
value: "true"
|
||||
|
||||
auth:
|
||||
adminUser: {{ .Env.KEYCLOAK_ADMIN_USER }}
|
||||
existingSecret: keycloak-credentials
|
||||
|
||||
Reference in New Issue
Block a user