diff --git a/charts/capsule/templates/configuration-default.yaml b/charts/capsule/templates/configuration-default.yaml index a07439c2..9a5a6c32 100644 --- a/charts/capsule/templates/configuration-default.yaml +++ b/charts/capsule/templates/configuration-default.yaml @@ -17,17 +17,11 @@ spec: validatingWebhookConfigurationName: {{ include "capsule.fullname" . }}-validating-webhook-configuration forceTenantPrefix: {{ .Values.manager.options.forceTenantPrefix }} userGroups: - {{- range .Values.manager.options.capsuleUserGroups }} - - {{ . }} - {{- end }} + {{- toYaml .Values.manager.options.capsuleUserGroups | nindent 4 }} userNames: - {{- range .Values.manager.options.userNames }} - - {{ . }} - {{- end }} + {{- toYaml .Values.manager.options.userNames | nindent 4 }} ignoreUserWithGroups: - {{- range .Values.manager.options.ignoreUserWithGroups }} - - {{ . }} - {{- end }} + {{- toYaml .Values.manager.options.ignoreUserWithGroups | nindent 4 }} protectedNamespaceRegex: {{ .Values.manager.options.protectedNamespaceRegex | quote }} {{- with .Values.manager.options.nodeMetadata }} nodeMetadata: