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
|
|
@ -380,6 +380,7 @@ NAME: my-release
|
|||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| controller.affinity | object | `{}` | Assign custom [affinity] rules to the deployment |
|
||||
| controller.args.appHardResyncPeriod | string | `"0"` | define the application controller `--app-hard-resync` |
|
||||
| controller.args.appResyncPeriod | string | `"180"` | define the application controller `--app-resync` |
|
||||
| controller.args.operationProcessors | string | `"10"` | define the application controller `--operation-processors` |
|
||||
| controller.args.repoServerTimeoutSeconds | string | `"60"` | define the application controller `--repo-server-timeout-seconds` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue