Hi,
I have a number of existing git projects with helm charts that I am trying to deploy to Minikube using garden. Projects reside beside each other under the same parent directory. It works for one project if I place project.garden.yml at the root of this project. I am however trying to deploy multiple charts with a single command, so moved the project.garden.yml to the parent directory - and now garden prints the above message.
Parent directory is not part of git project and I had to run “git init” to make garden run there. I also tried to define module “include” path, and to add a “source” with “repositoryUrl” pointing to local directory. No luck so far, and I am out of ideas. Any advise?
Thanks,
Michael