argocd status sync update
This commit is contained in:
@@ -67,7 +67,7 @@ notifications:
|
|||||||
- when: app.status.operationState.phase in ['Running']
|
- when: app.status.operationState.phase in ['Running']
|
||||||
send: [app-syncing]
|
send: [app-syncing]
|
||||||
trigger.on-sync-succeeded: |
|
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]
|
send: [app-sync-succeeded]
|
||||||
trigger.on-sync-failed: |
|
trigger.on-sync-failed: |
|
||||||
- when: app.status.operationState.phase in ['Failed']
|
- when: app.status.operationState.phase in ['Failed']
|
||||||
|
|||||||
Reference in New Issue
Block a user