feat(argo-cd): Add support for controller.sync.timeout.seconds (#3176)
Signed-off-by: Filipe Costa <fjg.costa@gmail.com>
This commit is contained in:
parent
52870ab907
commit
7b9f7fbed9
3 changed files with 6 additions and 3 deletions
|
|
@ -275,6 +275,8 @@ configs:
|
|||
controller.self.heal.timeout.seconds: 5
|
||||
# -- Repo server RPC call timeout seconds.
|
||||
controller.repo.server.timeout.seconds: 60
|
||||
# -- Specifies the timeout after which a sync would be terminated. 0 means no timeout
|
||||
controller.sync.timeout.seconds: 0
|
||||
|
||||
## Server properties
|
||||
# -- Run server without TLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue