Get "Failed to run trigger, trigger: on-rollout-paused, destination: {github }, namespace config: : trigger 'on-rollout-paused' is not configured" #4432
davidmichaelkarr
started this conversation in
General
Replies: 1 comment
-
I've managed to resolve this particular problem, at least I'm not getting this error anymore. I've put the "argo-rollouts-notification-configmap" and the secret used for the notification in the "argo-rollouts" namespace, even though my rollouts object is in a different namespace. It's not complaining anymore about the trigger config. I'm now getting a different error trying to reach the api.github.com endpoint, but again, different problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Argo-Rollouts v1.8.
This is a short excerpt of my Rollout object:
In the same "" namespace, I have a configmap named "argo-rollouts-notification-configmap". This is an excerpt from it:
When the rollout hits the paused state, I see this in the log:
When I first started working on this, I was under the impression that the "argo-rollouts-notification-configmap" had to be in the "argo-rollouts" namespace. I saw some other information that said it needed to be in the same namespace as the Rollout object. I'm no longer sure of anything now.
Beta Was this translation helpful? Give feedback.
All reactions