fix(argo-cd): Prevent could not parse 0 warning (#1704)
Prevent could not parse 0 warning Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com> Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
This commit is contained in:
parent
bc70281ca4
commit
3644e714d8
3 changed files with 4 additions and 4 deletions
|
|
@ -133,7 +133,7 @@ configs:
|
|||
timeout.reconciliation: 180s
|
||||
|
||||
# -- Timeout to refresh application data as well as target manifests cache
|
||||
timeout.hard.reconciliation: 0
|
||||
timeout.hard.reconciliation: 0s
|
||||
|
||||
# Dex configuration
|
||||
# dex.config: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue