Fix test case config.
This commit is contained in:
parent
17966ffcbf
commit
1f6fe9bcad
|
|
@ -220,6 +220,7 @@ func TestMigrateEBS(t *testing.T) {
|
||||||
},
|
},
|
||||||
StorageResizeMode: "pvc",
|
StorageResizeMode: "pvc",
|
||||||
EnableEBSGp3Migration: true,
|
EnableEBSGp3Migration: true,
|
||||||
|
EnableEBSGp3MaxSize: 1000,
|
||||||
},
|
},
|
||||||
}, client, acidv1.Postgresql{}, logger, eventRecorder)
|
}, client, acidv1.Postgresql{}, logger, eventRecorder)
|
||||||
cluster.Spec.Volume.Size = "1Gi"
|
cluster.Spec.Volume.Size = "1Gi"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue