feat(argo-cd) Add appHardResyncPeriod option for controller (#1320)
Base on this PR upstream https://github.com/argoproj/argo-cd/pull/8928 we can now provide a hard resync value to the ArgoCD Application Controller Signed-off-by: JM <jmeridth@gmail.com> Signed-off-by: JM <jmeridth@gmail.com>
This commit is contained in:
parent
eca9f91df4
commit
dd4fdef4ee
4 changed files with 7 additions and 2 deletions
|
|
@ -44,6 +44,8 @@ spec:
|
|||
- {{ .Values.controller.args.operationProcessors | quote }}
|
||||
- --app-resync
|
||||
- {{ .Values.controller.args.appResyncPeriod | quote }}
|
||||
- --app-hard-resync
|
||||
- {{ .Values.controller.args.appHardResyncPeriod | quote }}
|
||||
- --self-heal-timeout-seconds
|
||||
- {{ .Values.controller.args.selfHealTimeout | quote }}
|
||||
- --repo-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue