fix(argocd-apps): fix indent of syncOptions (#2181)

This commit is contained in:
Aikawa 2023-07-23 13:25:51 +09:00 committed by GitHub
parent 83e5d83492
commit 0453552b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 8 deletions

View file

@ -37,10 +37,6 @@ spec:
syncPolicy:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .syncOptions }}
syncOptions:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .revisionHistoryLimit }}
revisionHistoryLimit: {{ . }}
{{- end }}