Skip to content

Commit

Permalink
Update notifications_util.go (#938)
Browse files Browse the repository at this point in the history
Fix typo in trigger on-sync-status-unknown for argocd-notifications-cm configMap.

Signed-off-by: Sirbu, Cristina <[email protected]>
Signed-off-by: Sirbu, Cristina <[email protected]>

---------

Signed-off-by: Arthur <[email protected]>
Signed-off-by: Sirbu, Cristina <[email protected]>
Signed-off-by: Sirbu, Cristina <[email protected]>
Co-authored-by: Arthur Vardevanyan <[email protected]>
  • Loading branch information
cristina-sirbu and ArthurVardevanyan authored Jun 29, 2023
1 parent 2970865 commit cd38bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/argocd/notifications_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ teams:
when: app.status.operationState.phase in ['Running']`

notificationsConfig["trigger.on-sync-status-unknown"] = `- description: Application status is 'Unknown'
end:
send:
- app-sync-status-unknown
when: app.status.sync.status == 'Unknown'`

Expand Down

0 comments on commit cd38bd2

Please sign in to comment.