This is an automated email from the ASF dual-hosted git repository.

husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 39107dfeb4 change indent to 4 (#35824)
39107dfeb4 is described below

commit 39107dfeb4bdddde6de7f71029de10860844a2be
Author: rom sharon <33751805+romsharo...@users.noreply.github.com>
AuthorDate: Sat Nov 25 00:37:37 2023 +0200

    change indent to 4 (#35824)
---
 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 d7b3c43079..719b6647b5 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

Reply via email to