Skip to content

Commit

Permalink
fix(argocd): add Slack notification for sync succeeded event in apppr…
Browse files Browse the repository at this point in the history
…oject.jsonnet

Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent 96b9ea8 commit 608e141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/_argocd/argocd_components/appproject.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'notifications.argoproj.io/subscribe.on-deleted.slack': slackChannel,
'notifications.argoproj.io/subscribe.on-health-degraded.slack': slackChannel,
'notifications.argoproj.io/subscribe.on-sync-failed.slack': slackChannel,
'notifications.argoproj.io/subscribe.on-sync-succeeded.slack': slackChannel,
},
},
spec: {
Expand Down

0 comments on commit 608e141

Please sign in to comment.