From aac671417684daf7967d17c580a6b8ce49ab687a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 6 Dec 2025 22:21:00 -0600 Subject: [PATCH] remove time check --- clusters/cl01tl/helm/argocd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argocd/values.yaml b/clusters/cl01tl/helm/argocd/values.yaml index 4b93cd83b..458bb5d52 100644 --- a/clusters/cl01tl/helm/argocd/values.yaml +++ b/clusters/cl01tl/helm/argocd/values.yaml @@ -279,7 +279,7 @@ argo-cd: - description: Application has degraded send: - app-health-degraded - when: app.status.health.status == 'Degraded' and time.Now().Sub(time.Parse(app.status.health.lastTransitionTime).Minutes() >= 15 + when: app.status.health.status == 'Degraded' trigger.on-sync-failed: | - description: Application syncing has failed send: