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
Is your feature request related to a problem? Please describe.
In an airgapped environment, an imagePullPolicy of "always" is not ideal. Currently, the following templates hard-code this value:
Hi @HoustonDad I'm not the maintainer of this repository, so I don't have that information. What I do know is that the PR was merged into the upstream repository, but I’m not sure about the release date.
Is your feature request related to a problem? Please describe.
In an airgapped environment, an imagePullPolicy of "always" is not ideal. Currently, the following templates hard-code this value:
https://github.com/rancher/vsphere-charts/blob/main/charts/rancher-vsphere-csi/templates/controller/deployment.yaml#L127
https://github.com/rancher/vsphere-charts/blob/main/charts/rancher-vsphere-csi/templates/node/daemonset.yaml#L100
Describe the solution you'd like
This value should be configurable in the chart values, such as "Never".
The text was updated successfully, but these errors were encountered: