mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(helmfile): Add logLevel to globals
This commit is contained in:
committed by
Thorsten Rossner
parent
c2e9204c56
commit
8db9bf3c99
@@ -26,7 +26,7 @@ config:
|
||||
user: {{ .Values.databases.keycloak.username | quote }}
|
||||
database: {{ .Values.databases.keycloak.name | quote }}
|
||||
password: {{ .Values.databases.keycloak.password | default .Values.secrets.postgresql.keycloakUser | quote }}
|
||||
logLevel: "DEBUG"
|
||||
logLevel: {{ .Values.debug.logLevel | quote }}
|
||||
enableMetrics: true
|
||||
# The availability of the admin console is already restricted through the path settings in the Keycloak Extensions
|
||||
# Proxy which is used in openDesk. The setting here is just relevant when Keycloak endpoints are exposed directly
|
||||
|
||||
@@ -10,4 +10,7 @@ cleanup:
|
||||
keepPVCOnDelete: false
|
||||
# Keep additional resources, like certificates on deletion of this release.
|
||||
keepRessourceOnDelete: true
|
||||
debug:
|
||||
# Currently used in: umsKeycloak
|
||||
logLevel: "INFO"
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user