Replies: 2 comments
-
I have same issue too, Did not found the reason yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
you have to use replicasets instead of pods and deployments apiVersion: argoproj.io/v1alpha1 |
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
-
Hello,
I am using
resource
type eventsource for monitoring events not in argo-events namespace but in other namespace lets sayABC
. And have created a sensor to trigger a workflow inABC
namespace.But when the event is created, eventsource is triggering multiple workflows, which is more weird that only one of them gets success and rest all fails. But again main question is why its triggering multiple workflows in the first place.
On top of this, if I am doing the exact thing in
argo-events
namespace, everything works fine as expected.Did anyone faced any kind of this issue?
Here is my eventsource file:
Beta Was this translation helpful? Give feedback.
All reactions