Skip to content

Commit e4de717

Browse files
committed
update the redeploy to use -f and not -k on kubectl
Signed-off-by: Sebastian Sch <sebassch@gmail.com>
1 parent d09059f commit e4de717

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)