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: