File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/controller/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ func buildMigratorVolumes(needsMongoDBMigration bool) (volumes []corev1.Volume)
648
648
{
649
649
Secret : & corev1.SecretProjection {
650
650
LocalObjectReference : corev1.LocalObjectReference {
651
- Name : "mongo -root-ca-cert" ,
651
+ Name : "mongodb -root-ca-cert" ,
652
652
},
653
653
Items : []corev1.KeyToPath {
654
654
{Key : "ca.crt" , Path : "ca.crt" },
@@ -672,7 +672,7 @@ func buildMigratorVolumes(needsMongoDBMigration bool) (volumes []corev1.Volume)
672
672
}
673
673
674
674
mongoDBAdminCredsVol := corev1.Volume {
675
- Name : "mongo -admin-creds" ,
675
+ Name : "mongodb -admin-creds" ,
676
676
VolumeSource : corev1.VolumeSource {
677
677
Secret : & corev1.SecretVolumeSource {
678
678
SecretName : "icp-mongodb-admin" ,
You can’t perform that action at this time.
0 commit comments