From 32c85aa1875a5afb3b150888065f1f089f2901e0 Mon Sep 17 00:00:00 2001 From: Rabin Yasharzadehe Date: Mon, 2 Dec 2024 19:34:42 +0200 Subject: [PATCH] Use KVM_EMULATION --- deploy-kubevirt-gating.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy-kubevirt-gating.sh b/deploy-kubevirt-gating.sh index 7cf3e8c26..57b668229 100755 --- a/deploy-kubevirt-gating.sh +++ b/deploy-kubevirt-gating.sh @@ -88,6 +88,13 @@ spec: sourceNamespace: openshift-marketplace name: community-kubevirt-hyperconverged channel: ${HCO_SUBSCRIPTION_CHANNEL} + config: + selector: + matchLabels: + name: hyperconverged-cluster-operator + env: + - name: KVM_EMULATION + value: "true" EOF