From 9edbe3d0ef22c2afc8a6aedf9a2434eeb2133aac Mon Sep 17 00:00:00 2001 From: snothub Date: Sun, 29 Mar 2026 14:53:55 +0200 Subject: [PATCH] argocd status sync update --- infra/values/argocd-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/values/argocd-values.yaml b/infra/values/argocd-values.yaml index 135b9fa..c4db122 100644 --- a/infra/values/argocd-values.yaml +++ b/infra/values/argocd-values.yaml @@ -67,7 +67,7 @@ notifications: - when: app.status.operationState.phase in ['Running'] send: [app-syncing] trigger.on-sync-succeeded: | - - when: app.status.operationState.phase in ['Succeeded'] + - when: app.status.operationState.phase in ['Succeeded'] and app.status.health.status == 'Healthy' send: [app-sync-succeeded] trigger.on-sync-failed: | - when: app.status.operationState.phase in ['Failed']