aloof-lamp-69262
03/15/2023, 8:32 PMZ
does not exist. It does not keep using the namespace Y
that was already established and deployed to.
Please note that .garden
is ignored and not part of the git repo, so no issues there.
Alternatively is there a garden cli command to force the usage of a namespace?
Thank you.bright-policeman-43626
03/16/2023, 4:33 AMaloof-lamp-69262
03/16/2023, 2:44 PMgarden deploy service x
or garden deploy
again, it's happy. If I change branch and I try to use either to deploy any changes, I get that error message that namespace Z doesn't exist. If I change back to my previous branch, it works again.
4. Let me know what you need, I am not very familiar with the namespace preparation part but I can try to understand and respond 🙂
Thank you.bright-policeman-43626
03/20/2023, 1:46 PMgarden get modules
(to understand the modules you have)
Then you can do:
- garden get graph
Which Outputs the dependency relationships specified in this project's garden.yml files.
aloof-lamp-69262
03/20/2023, 5:35 PM