I would like to have two fleet.yaml for two differ...
# fleet
t
I would like to have two fleet.yaml for two different environments, dev and test. (I know I can have different configurations for different envs in the same file but that requires me to deploy to different clusters, I'm interested in deploying both to the same cluster but different namespaces) I have my application1 and inside that on I hade a templates folder. If I have my fleet.yaml directly in the application1 folder everything works. But I have moved the fleet-files to dev and test folder like in the image. But it stops working with the error message: error while running post render on files: yaml: invalid map key: map[interface {}]interface {}{".Values.env_var":interface {}(nil)} It seems lite it cant find the values. It recognizes two bundles to obviously it finds two fleet.yaml. Any clues?