hi Team, Is it possible to use the existing names...
# flyte-deployment
a
hi Team, Is it possible to use the existing namespace while creating the new flyte project??
a
Hey Divya Let's continue here. So, do you have an existing Flyte project (with the corresponding namespaces created) and you want to use those same namespaces for another Flyte project?
a
Right @average-finland-92144
a
I don't think so. What would be the use case here?
f
@average-finland-92144 it is possible to use existing namesapces
a
right, somehow I was/am a bit confused. @adamant-jordan-2820 you can instruct Flyte to use a specific namespace adding to your values file:
Copy code
namespace_mapping:
      template: "my_namespace"
What Helm chart you used to deploy Flyte? What I'm not sure about is how to combine it with the different domains, maybe try:
Copy code
namespace_mapping:
      template: "my_namespace-{{ domain }}"
a
thnx for the updates @average-finland-92144..I'm not sure about helm chart as some of my team member did it earlier... But I can try out options that u hv suggested.. Also could u plz tag some of ur team members from IST zone or any nearest timezone who can help me tomorrow morning if I need more help.??
@high-microphone-7046 plz see the updates here..
h
Hi Both, let me clarify what we are trying to do here. The namespace provisioning for the projects where the tasks are executed is done done by a different team. (Background : This is a shared cluster where namespaces are strictly controlled and isolated), The central team does not want flyte helm chart to automatically create the project-domain-env namespaces but instead use the namespaces they provide.
a
@high-microphone-7046 thanks for the context. At least for the flyte-core chart, there's this map that enables some projects OOB. If you remove them I think Flyte's cluster resource manager won't create additional namespaces