Closed carolynvs closed 6 years ago
@carolynvs Yes, I ran into a similar problem, I agree on changing the image pull policy from Never
. Unless @pmorie had a specific reason for that? :)
I think it was inadvertent or just laziness in the din of battle. It should definitely not be hard-coded.
After cloning the starter pack and not making any changes, I ran
make helm-deploy
and the broker cannot deploy because the image isn't present, and the helm command explicitly turns off image pulling (error below).I'm not quite sure what the intended workflow was?
Originally (before trying the starter pack) I was using draft to avoid requiring a registry, and I'm mostly curious if you had another workaround, or if it's expected that I'm pushing the image somewhere before deploying. If so, the README needs to be updated to include that step.