Skip to content

Commit 5291a28

Browse files
test: replace mounted cvi, vi (#1016)
replace mounted cvi, vi --------- Signed-off-by: Yaroslav Borbat <86148689+yaroslavborbat@users.noreply.github.com> Co-authored-by: Roman Sysoev <36233932+hardcoretime@users.noreply.github.com>
1 parent 461a7b8 commit 5291a28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/testdata/complex-test/vm/overlays/with-mounted-cvi/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ patches:
99
path: /spec/blockDeviceRefs/-
1010
value: {
1111
"kind": "ClusterVirtualImage",
12-
"name": "cvi-ubuntu-http"
12+
"name": "cvi-alpine-registry"
1313
}
1414
target:
1515
kind: VirtualMachine

tests/e2e/testdata/complex-test/vm/overlays/with-mounted-vi/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ patches:
99
path: /spec/blockDeviceRefs/-
1010
value: {
1111
"kind": "VirtualImage",
12-
"name": "vi-ubuntu-http"
12+
"name": "vi-alpine-registry"
1313
}
1414
target:
1515
kind: VirtualMachine

0 commit comments

Comments
 (0)