fix(argocd-apps): Add revisionHistoryLimit option to apps (#1874)
This commit is contained in:
parent
053a338ea9
commit
037d3a9e76
4 changed files with 6 additions and 1 deletions
|
|
@ -37,6 +37,9 @@ spec:
|
|||
syncPolicy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .revisionHistoryLimit }}
|
||||
revisionHistoryLimit: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .ignoreDifferences }}
|
||||
ignoreDifferences:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue