Skip to content

Commit

Permalink
change indent to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Nov 24, 2023
1 parent c068089 commit e96c87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/_helpers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e96c87c

Please sign in to comment.