pullPolicy
for brokerJob fetched from wrong section of values.yaml
#713
Labels
bug
Something isn't working
Describe the bug
In values.yaml, the image
pullPolicy
is listed under.Values.[type].configuration.brokerPod.image.pullPolicy
.However the
pullPolicy
actually used comes from a level up at.Values.udev.configuration.pullPolicy
.That means specifying the
pullPolicy
as documented in values.yaml has no effect.Expected behavior
The
pullPolicy
documented in values.yaml is also the one used in the templates.I'd imagine the templates should change, since the
pullPolicy
in the values is in the expected place, but either way around would work.The text was updated successfully, but these errors were encountered: