how to change imagePullPolicy from Always to IfNotPresent #3703
Answered
by
dfarrell07
13567436138
asked this question in
Q&A
-
|
how to change imagePullPolicy from Always to IfNotPresent |
Beta Was this translation helpful? Give feedback.
Answered by
dfarrell07
Nov 11, 2025
Replies: 1 comment
-
|
This isn't configurable through the CRD, but here's the code where we set that field so you can see the logic it's using and you might be able to make this work for your use case: Let us know if you have more questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dfarrell07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't configurable through the CRD, but here's the code where we set that field so you can see the logic it's using and you might be able to make this work for your use case:
https://github.com/submariner-io/submariner-operator/blob/8cb7286b412f7de9abd0b0b217f9988abc036b98/pkg/images/images.go#L84
Let us know if you have more questions.