fix(helmfile): Set nubusKeycloakBootstrap debug mode when openDesk is running in debug mode

This commit is contained in:
Thorsten Roßner
2025-06-25 16:16:14 +02:00
parent ccd5ab84e3
commit 4e0ffeea1f

View File

@@ -1513,6 +1513,9 @@ nubusKeycloakBootstrap:
twoFactorAuthentication:
enabled: true
group: "2fa-users"
config:
debug:
enabled: {{ .Values.debug.enabled }}
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false