Hi, We have a metaflow service + ui deployed in ou...
# ask-metaflow
f
Hi, We have a metaflow service + ui deployed in our K8s cluster [using your helm chart
./k8s/helm/metaflow/
] the service and ui live in a namespace called
metaflow
, we also have argo workflows (controller and server) deployed in the cluster (namespace:
argo
) and we have a service account in the
metaflow
namespace with access to the argo-workflows resources. All these works fine. Now, we would like to start working with Argo events, ideally we would like to deploy it in the
argo
namespace (same than the workflows). Now, In your helm chart for argo-events-helper-chart you use
jobsNamespace
and I am not sure if that is the namespace where the flow's pods are created (in our case
metaflow
?) also there is a
rolebinding
to a
svcacct
called argo-workflows in a namespace
argo-workflows
, but in your examples to deploy
argo-workflows
the namespace is
argo
instead (I am a bit confused), in our case should this
svcacct
be the one called
metaflow
in the
metaflow
namespace which is the one we use for argo-workflows?