Replies: 3 comments 1 reply
-
It's not possible to add multiple Kustomization with different namespaces? How would I use a namespace per team? For example, team-1 would deploy in team-1 namespace, , team-2 would deploy in team-2 namespace, etc. |
Beta Was this translation helpful? Give feedback.
-
You can't have mult-doc YAML in a kustomization.yaml. You need separate dirs with a single kustomization.yaml inside, each one is an overlay. |
Beta Was this translation helpful? Give feedback.
-
I actually just removed the namespace in the Kustomization. Now both teams are deployed in two namespaces. Would there be any problems to do it this way?
|
Beta Was this translation helpful? Give feedback.
-
Hi. I follow the guide for multi-tenant Flux. https://github.com/devent/audi-flux2-multi-tenancy
I try to add the monitoring-team in a new namespace monitoring. I added in
tenants/base/monitoring-team
the kustomization.zaml. Then I addtenants/staging/
the kustomization.yaml:There are no errors in Flux or in the controllers. But there is no new namespace added. If I try to run
kubectl apply -k .
manually then the namespace is created. What do I miss?Beta Was this translation helpful? Give feedback.
All reactions