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:
Filipe Costa 2025-02-21 16:03:04 +00:00 committed by GitHub
parent 52870ab907
commit 7b9f7fbed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -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