github.com/argoproj/argo-cd/v2@v2.10.9/notifications_catalog/triggers/on-sync-succeeded.yaml (about)

     1  - when: app.status.operationState != nil and app.status.operationState.phase in ['Succeeded']
     2    description: Application syncing has succeeded
     3    send: [app-sync-succeeded]