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
On Openshift, it is required to use the CSI sidecar images shipped by Openshift.
I would like to modify the operator to use the default sidecar containers available and use the topolvm image that is built without sidecars.
Proposal:
There are 3 ways to provide the images.
Hardcode default CSI sidecar images in the code
In the operator config map
Via operator ENV variables
Highest priority will be given to the values in the ENV, followed by the configmap. If neither of these are available, the default hardcoded values will be used.
The text was updated successfully, but these errors were encountered:
On Openshift, it is required to use the CSI sidecar images shipped by Openshift.
I would like to modify the operator to use the default sidecar containers available and use the topolvm image that is built without sidecars.
Proposal:
There are 3 ways to provide the images.
Highest priority will be given to the values in the ENV, followed by the configmap. If neither of these are available, the default hardcoded values will be used.
The text was updated successfully, but these errors were encountered: