Hi, I have a bundle with multiple kustomize variants:
• qa
• stage
• prod
If I have 3 clusters with matching labels everything happens as expected.
But how about if I want to have only 2 clusters:
• qa and stage
• prod
the target customizations in the bundle already have namespaces, so "should work" and I would expect 2 helm releases on the shared cluster
But only one happens.
I think it boils down, that for the rule that: for one Bundle you can have only 1 BundeDeployment per cluster.