Skip to content

Commit

Permalink
Merge pull request #587 from danpaul81/fix-ocp-kubevirt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewh1978 authored Dec 16, 2024
2 parents cec5cc9 + 9555565 commit 19a5a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ocp-kubevirt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPVERSION=$(kubectl get packagemanifests.packages.operators.coreos.com kubevirt-hyperconverged -o json | jq -r ".status.channels[0].currentCSV")
OPVERSION=$(kubectl get packagemanifests.packages.operators.coreos.com kubevirt-hyperconverged -o json | jq -r '.status.channels[] | select(.name=="stable") | .currentCSV')

kubectl patch storageclass gp3-csi -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}'
kubectl apply -f /assets/kubevirt/px-rwx-kubevirt.yml
Expand Down

0 comments on commit 19a5a56

Please sign in to comment.