From 2e6357665a4100eb8472902b693c8dfa50acc5aa Mon Sep 17 00:00:00 2001 From: genofire Date: Wed, 4 Oct 2023 17:55:04 +0200 Subject: [PATCH] chore(create): indent to spaces Signed-off-by: genofire (cherry picked from commit 919bffe2db1e579d5b7f9b21776ae8775ada20a4) --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index a94f56a8aa5..30d0556e56b 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -311,7 +311,7 @@ spec: {{- end }} labels: {{- include ".labels" . | nindent 8 }} - {{- with .Values.podLabels }} + {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} {{- end }} spec: