From 9d8626101047a84f985a169436fa4efe322fa874 Mon Sep 17 00:00:00 2001 From: Alona Paz Date: Mon, 19 Dec 2022 13:13:01 +0200 Subject: [PATCH] Disable `KUBEVIRT_PSA` Disable `KUBEVIRT_PSA` until there will be kubevirt stable branch that supports PSA. Meanwhile, if there will be a PSA violatation, a warning will be recieved. Signed-off-by: Alona Paz --- cluster/up.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/up.sh b/cluster/up.sh index 1b3dbd33..7cccb5d1 100755 --- a/cluster/up.sh +++ b/cluster/up.sh @@ -18,6 +18,7 @@ set -ex pipefail export DEPLOY_CNAO=${DEPLOY_CNAO:-true} export DEPLOY_KUBEVIRT=${DEPLOY_KUBEVIRT:-true} +export KUBEVIRT_PSA=${KUBEVIRT_PSA:-false} source ./cluster/cluster.sh