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
The PullSecretRef for medusa is not set for the standalone medusa deployment. This leads that the helm operation fails, when the image comes from an internal docker registry.
I looked into the code and the configuration for the pullSecretRef is completely ignored for the medusa standalone deployment.
What happened?
The PullSecretRef for medusa is not set for the standalone medusa deployment. This leads that the helm operation fails, when the image comes from an internal docker registry.
I looked into the code and the configuration for the pullSecretRef is completely ignored for the medusa standalone deployment.
https://github.com/k8ssandra/k8ssandra-operator/blob/main/pkg/medusa/reconcile.go#L529
Did you expect to see something different?
That the configured pullSecretRef is set as ImagePullSecrets at the deployment.
How to reproduce it (as minimally and precisely as possible):
Environment
K8ssandra Operator version:
v1.13.0
The text was updated successfully, but these errors were encountered: