Cant´ send notifications with Argo Rollouts #3292
sebavazquez06
started this conversation in
General
Replies: 1 comment 1 reply
-
@zachaller Can you give me some insights on this? What can be wrong. I think I setup everything I need for this. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have setup Argo notifications in my EKS cluster.
I have a namespace named "sandbox" where all my argo rollouts are running. I read that I need to have the configmap and secret configured in the same namespace as my rollouts in order to receive the notifications.
So I created the configmap
argo-rollouts-notification-configmap
insandbox
namespace like this:I also created the
argo-rollouts-notification-secret
in the samesandbox
namespace.When I run this command:
kubectl argo rollouts notifications template notify rollout-completed my-service --recipient slack:my-channel -n sandbox
I receive the alert in the slack channel. But if I deploy a genuine rollout with Argo, I don´t receive the notification in the channel.
I´m wondering what I´m missing. Why I don´t receive this notification.
I´m using helmfiles to install the argo controller on the argo-rollouts namespace. And apart from that, I added those 2 namespaced resources menciones above .
Any clue?
Beta Was this translation helpful? Give feedback.
All reactions