From 3828ea443ce594745fae32e63f2f6167d978b7f0 Mon Sep 17 00:00:00 2001 From: Artem Bortnikov Date: Wed, 1 Apr 2026 00:24:39 +0100 Subject: [PATCH] chore: following the review Signed-off-by: Artem Bortnikov --- .../system/keycloak-configure/templates/configure-kk.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/system/keycloak-configure/templates/configure-kk.yaml b/packages/system/keycloak-configure/templates/configure-kk.yaml index 69c07ed6..a5683957 100644 --- a/packages/system/keycloak-configure/templates/configure-kk.yaml +++ b/packages/system/keycloak-configure/templates/configure-kk.yaml @@ -37,10 +37,9 @@ spec: displayHtmlName: {{ $brandingConfig.branding }} {{- end }} {{- end }} - {{- if or .Values.login.userRegistration .Values.login.verifyEmail }} + {{- with .Values.login }} login: - userRegistration: {{ .Values.login.userRegistration }} - verifyEmail: {{ .Values.login.verifyEmail }} + {{- toYaml . | nindent 4 }} {{- end }} {{- with .Values.smtp }} smtp: