Is there a way to override imagePullPolicy to 'Always' in devspace.yaml? #1517
vlistratenko
started this conversation in
General
Replies: 1 comment
-
Ok, I've solved this. Component chart supports same properties as ordinary Deployment does. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently default Deployments imagePullPolicy is 'IfNotPresent'. I do not see any way to override in devspace.yaml it to be 'Always'.
I use images with tags other than 'latest' and need them to be pulled on each 'devspace deploy'.
Is there are way to do that other than create custom helm charts?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions