mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-21 14:46:07 +00:00
Install plugin for datamover pipeline
Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
@@ -75,7 +75,7 @@ func APIGropuVersionsTest() {
|
||||
if veleroCfg.InstallVelero {
|
||||
veleroCfg.Features = "EnableAPIGroupVersions"
|
||||
veleroCfg.UseVolumeSnapshots = false
|
||||
err = VeleroInstall(context.Background(), &veleroCfg)
|
||||
err = VeleroInstall(context.Background(), &veleroCfg, false)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
}
|
||||
testCaseNum = 4
|
||||
|
||||
Reference in New Issue
Block a user