You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add the field "imagePullPolicy" on the K6 CRD spec?
In our environment, we use custom images for both the runner images and the starter, these images containers extensions, internal tools, and certificates authorities to be able to communicate with the service we test.
But in order to ensure we always pull the latest image for a given tag, being able to set the imagePullPolicy to "always" would be a great plus.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, the PR #145 is about ImagePullSecret while what I'm asking if for ImagePullPolicy, which is a different option. See the official documentation for more details. Basically it is a string with 3 possible options. The operator, by not specifying anything, sets it to "IfNotPresent" by default.
Feature Description
Would it be possible to add the field "imagePullPolicy" on the K6 CRD spec?
In our environment, we use custom images for both the runner images and the starter, these images containers extensions, internal tools, and certificates authorities to be able to communicate with the service we test.
But in order to ensure we always pull the latest image for a given tag, being able to set the imagePullPolicy to "always" would be a great plus.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: