fix(argocd-apps): fix indent of syncOptions (#2181)
This commit is contained in:
parent
83e5d83492
commit
0453552b32
4 changed files with 6 additions and 8 deletions
|
|
@ -37,10 +37,6 @@ spec:
|
|||
syncPolicy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .syncOptions }}
|
||||
syncOptions:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .revisionHistoryLimit }}
|
||||
revisionHistoryLimit: {{ . }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue