From e6035cc868be1d2eaf53165b7cb9c45ae10a6d3b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 5 Sep 2025 00:37:00 -0500 Subject: [PATCH] add transition condition --- clusters/cl01tl/deployment/argocd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index 458bb5d52..4b93cd83b 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -279,7 +279,7 @@ argo-cd: - description: Application has degraded send: - app-health-degraded - when: app.status.health.status == 'Degraded' + when: app.status.health.status == 'Degraded' and time.Now().Sub(time.Parse(app.status.health.lastTransitionTime).Minutes() >= 15 trigger.on-sync-failed: | - description: Application syncing has failed send: