Skip to content

Commit

Permalink
fix(argocd): update Slack channel for notifications in appproject.jso…
Browse files Browse the repository at this point in the history
…nnet

Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent 608e141 commit f9d05fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/_argocd/argocd_components/appproject.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: 'default',
namespace: (import 'app.json5').namespace,
annotations: {
local slackChannel = 'sysop',
local slackChannel = 'argocd',
'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,
Expand Down

0 comments on commit f9d05fa

Please sign in to comment.