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
We currently rely on the imageConfig to set up overrides on the registry and pull secrets which are used to create the image coordinates of the pods cass-operator generates.
We don't have a similar system in k8ssandra-operator, but could get this with low effort.
The Reaper and Medusa images use the images package with the Image struct that separates the different fields that are part of image coordinates, and the pull secrets.
We can add env variables to create overrides for the default registry and the pull secret name which would allow to globally point to a specific registry.
The content you are editing has changed. Please copy your edits and refresh the page.
We currently rely on the imageConfig to set up overrides on the registry and pull secrets which are used to create the image coordinates of the pods cass-operator generates.
We don't have a similar system in k8ssandra-operator, but could get this with low effort.
The Reaper and Medusa images use the images package with the Image struct that separates the different fields that are part of image coordinates, and the pull secrets.
We can add env variables to create overrides for the default registry and the pull secret name which would allow to globally point to a specific registry.
Definition of Done
The text was updated successfully, but these errors were encountered: