feat(argo-rollouts): Support revisionHistoryLimit (#2712)
* feat(argo-rollouts): Support revisionHistoryLimit Signed-off-by: yu-croco <yu.croco@gmail.com> * chore(argo-rollouts): Align to argo-cd's configuration Signed-off-by: yu-croco <yu.croco@gmail.com> --------- Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
3174f52ffc
commit
e6776415a4
5 changed files with 7 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ spec:
|
|||
strategy:
|
||||
type: Recreate
|
||||
replicas: {{ .Values.controller.replicas }}
|
||||
revisionHistoryLimit: {{ .Values.global.revisionHistoryLimit }}
|
||||
template:
|
||||
metadata:
|
||||
{{- with (mergeOverwrite (deepCopy .Values.podAnnotations) .Values.controller.podAnnotations) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue