From e96c87cf49f2b9c976a7a8b9189032d6870cf1c9 Mon Sep 17 00:00:00 2001 From: romsharon98 Date: Thu, 23 Nov 2023 19:31:33 +0200 Subject: [PATCH] change indent to 4 --- chart/templates/_helpers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/_helpers.yaml b/chart/templates/_helpers.yaml index d7b3c43079c16..719b6647b585f 100644 --- a/chart/templates/_helpers.yaml +++ b/chart/templates/_helpers.yaml @@ -250,7 +250,7 @@ If release name contains chart name it will be used as a full name. {{- with .Values.dags.gitSync.env }} {{- toYaml . | nindent 4 }} {{- end }} - resources: {{ toYaml .Values.dags.gitSync.resources | nindent 6 }} + resources: {{ toYaml .Values.dags.gitSync.resources | nindent 4 }} volumeMounts: - name: dags mountPath: /git