mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
4 lines
231 B
YAML
4 lines
231 B
YAML
- when: app.status.operationState != nil and app.status.operationState.phase in ['Error', 'Failed']
|
|
description: Application syncing has failed
|
|
send: [app-sync-failed]
|
|
oncePer: app.status.operationState?.syncResult?.revision
|