Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 2307909: Fix disable dr when VR failed validation #369

Merged
Prev Previous commit
Next Next commit
Add external-snapshotter addon to kubevirt envs
Was forgetten when we replaced minikube volumesnapshot addons.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
(cherry picked from commit 75aa24b)
  • Loading branch information
nirs committed Oct 2, 2024
commit a6f0f48381c99b751f6d6517fae96a7946d06e15
1 change: 1 addition & 0 deletions test/envs/kubevirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ profiles:
disk_size: "50g"
workers:
- addons:
- name: external-snapshotter
- name: rook-operator
- name: rook-cluster
- name: rook-toolbox
Expand Down
1 change: 1 addition & 0 deletions test/envs/regional-dr-kubevirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ templates:
disk_size: "50g"
workers:
- addons:
- name: external-snapshotter
- name: rook-operator
- name: rook-cluster
- name: rook-toolbox
Expand Down