Skip to content

Commit a61e9e8

Browse files
authored
OADP-6121: E2E Add backup/restore coverage with kubevirt, hypershift plugins loaded. (#1749)
* OADP-6121: ensure kubevirt, hypershift plugins are always loaded * trigger ci * fix lint * remove hypershift plugin * add the hypershift plugin back to the dpa * tempoarily add patched image * set temporary multi-arch image * remove what is not required * put comment back * reset apps.go
1 parent 83af71b commit a61e9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/scripts/aws_settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cat > $TMP_DIR/oadpcreds <<EOF
1717
"configuration":{
1818
"velero":{
1919
"defaultPlugins": [
20-
"openshift", "$PROVIDER"
20+
"openshift", "kubevirt", "hypershift", "$PROVIDER"
2121
]
2222
}
2323
},

0 commit comments

Comments
 (0)