Skip to content

Commit 741a69b

Browse files
authored
Merge pull request #1008 from SchSeba/conditions/redeploy-script-fix
update the redeploy to use `-f` and not `-k` on kubectl
2 parents 89141f2 + e4de717 commit 741a69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/virtual-cluster-redeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if [ $CLUSTER_TYPE == "openshift" ]; then
9191
export SRIOV_NETWORK_WEBHOOK_IMAGE="image-registry.openshift-image-registry.svc:5000/$NAMESPACE/sriov-network-operator-webhook:latest"
9292

9393
echo "## apply CRDs"
94-
kubectl apply -k $root/config/crd
94+
kubectl apply -f $root/config/crd/bases
9595

9696
echo "## deploying SRIOV Network Operator"
9797
hack/deploy-setup.sh $NAMESPACE

0 commit comments

Comments
 (0)