Skip to content

Commit

Permalink
Disable KUBEVIRT_PSA
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
AlonaKaplan committed Dec 19, 2022
1 parent ee3f65a commit 9d86261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d86261

Please sign in to comment.