Hi,
Got a question regarding the deployment of the pod onto k8s.
I'm using argo-workflows in order to deploy my flow on azure k8s, currently the pods are spinning up in metaflow-argo (my default namespace), what i want to achieve is have those pods on another namespace.
From the docs i saw that the `METAFLOW_KUBERNETES_NAMESPACE`should be used, but when i use it the flow in argo-workflows gets under the namespace that i have specified but does not start the flow (stuck on pending), it there another step that i need to do before i can run the flow on another namespace (pod wise, not artifacts)?
(from other posts i also haven't been able to find an answer :( )