From 5b0f11c50daf477823e625ba502c324a7ccf1c5b Mon Sep 17 00:00:00 2001 From: Avi-Robusta <97387909+Avi-Robusta@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:26:37 +0200 Subject: [PATCH] indentation issue (#239) --- helm/holmes/templates/toolset-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm/holmes/templates/toolset-config.yaml b/helm/holmes/templates/toolset-config.yaml index 6cfe735..06875aa 100644 --- a/helm/holmes/templates/toolset-config.yaml +++ b/helm/holmes/templates/toolset-config.yaml @@ -6,6 +6,5 @@ metadata: namespace: {{ .Release.Namespace }} data: custom_toolset.yaml: |- - toolsets: - {{ toYaml .Values.toolsets | nindent 4 }} + toolsets: {{ toYaml .Values.toolsets | nindent 6 }} {{- end }}