github.com/argoproj/argo-cd/v3@v3.2.1/notifications_catalog/triggers/on-sync-failed.yaml (about) 1 - when: app.status.operationState != nil and app.status.operationState.phase in ['Error', 'Failed'] 2 description: Application syncing has failed 3 send: [app-sync-failed] 4 oncePer: app.status.operationState?.syncResult?.revision