Open phangiabao98 opened 12 hours ago
Hello @phangiabao98 , thank you very much for reporting and contributing to garden. I looked at your PR but there are a couple of additional places that need to be changed for this to work. I created another PR in #6638
Bug
deploymentRegistry.namespace None cause error in kubernetes provider
My build action
Current behavior
workable project.garden.yml
Error happend when i run
garden build api
Expected behavior
Because providers[].deploymentRegistry.namespace is optional so expect that
Build
action still work even I don't define namespace value.The error is about parsing image with invalid
_
character insideThis error cause me plenty of time to trace and debug so hope that I can create a PR to help other spending less time on this issue.