You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and attach the following annotation to the Rollout object:
apiVersion: argoproj.io/v1alpha1kind: Rolloutmetadata:
name: rollout-canaryannotations:
notifications.argoproj.io/subscribe.slack: argo-notifications# spec and so on redacted
I don't get any event notifications in the #argo-notifications Slack channel on e.g. completed rollout, replicaset scale up, etc.
It does work fine if I set the following annotations, however:
I guess argo-cd uses argocd-notification which contains some built-in triggers and templates. But it the defaultTriggers is unavailable by default in argo-rollouts
Summary
Even though
Argo Rollouts
uses the same notification engine asArgo CD
, it does not seem to respectdefaultTriggers
the same way thatArgo CD
does.If I set the following in
argo-rollouts-notification-configmap
:and attach the following annotation to the
Rollout
object:I don't get any event notifications in the
#argo-notifications
Slack channel on e.g. completed rollout, replicaset scale up, etc.It does work fine if I set the following annotations, however:
This works regardless of whether
defaultTriggers
is configured, of course.Diagnostics
Using
quay.io/argoproj/argo-rollouts:v1.1.0
Nothing out of the ordinary here, it seems.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: