Skip to content

Commit

Permalink
k8ssandra#1240 Fixes applying defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxBurner committed Mar 12, 2024
1 parent 5b107f3 commit 0380f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/medusa/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func StandaloneMedusaDeployment(medusaContainer corev1.Container, clusterName, d
Containers: []corev1.Container{
medusaContainer,
},
ImagePullSecrets: images.CollectPullSecrets(medusaImage.ApplyDefaults(*medusaImage)),
ImagePullSecrets: images.CollectPullSecrets(medusaImage.ApplyDefaults(defaultMedusaImage)),
Volumes: []corev1.Volume{},
Hostname: MedusaStandaloneDeploymentName(clusterName, dcName),
},
Expand Down

0 comments on commit 0380f7e

Please sign in to comment.