From 9a5c88c6540cb8d9a1af34dc83c8573757553e39 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 19:30:46 -0500 Subject: [PATCH] increase reconcilliation time --- clusters/cl01tl/deployment/argocd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index e8bb96725..9ccc03475 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -4,7 +4,8 @@ argo-cd: configs: cm: admin.enabled: true - timeout.reconciliation: 600s + timeout.reconciliation: 1200s + timeout.reconciliation.jitter: 300s url: https://argocd.alexlebens.net statusbadge.enabled: true dex.config: |