Skip to content

Commit

Permalink
Merge pull request #612 from ksimon1/fix-e2e-cdi
Browse files Browse the repository at this point in the history
fix: use spec.storage in DV in e2e tests
  • Loading branch information
kubevirt-bot authored Sep 13, 2024
2 parents 2b010e9 + 1e08461 commit 112da40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
registry:
url: "${image_url}"
${secret_ref}
pvc:
storage:
accessModes:
- ReadWriteOnce
resources:
Expand Down
2 changes: 1 addition & 1 deletion automation/test-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
registry:
secretRef: common-templates-container-disk-puller
url: "docker://quay.io/openshift-cnv/ci-common-templates-images:${TARGET}"
pvc:
storage:
accessModes:
- ReadWriteOnce
resources:
Expand Down

0 comments on commit 112da40

Please sign in to comment.