Hi, I was testing metaflow argo-events with the `-...
# ask-metaflow
b
Hi, I was testing metaflow argo-events with the
--notify-on-alert
flag, my setup currently has
argo-events
and
argo-workflows
in 2 different namespace, and another
runtime
namespace where the eventbus and actual workflow pods are running in, seems like at the moment the HTTP Agent does not respect the provided Service Account for the flow, without explicitly setting
Workflow.spec.serviceAccountName
the
LifecycleHook
will fail with the following error:
Copy code
Error: unknown (get <http://workflowtasksets.argoproj.io|workflowtasksets.argoproj.io>)
wondering is there any suggestion or advice for this?