From 4166f7999482e1670d59662fa7b93ee1d3de183e Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 19:49:37 -0500 Subject: [PATCH] change reconcilliation --- clusters/cl01tl/deployment/argocd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index 9ccc03475..6e3083b10 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -4,8 +4,8 @@ argo-cd: configs: cm: admin.enabled: true - timeout.reconciliation: 1200s - timeout.reconciliation.jitter: 300s + timeout.reconciliation: 100s + timeout.reconciliation.jitter: 60s url: https://argocd.alexlebens.net statusbadge.enabled: true dex.config: |