From d3c3a8ae13a33f1a11c521690bf4610bd9932264 Mon Sep 17 00:00:00 2001 From: rpancham Date: Wed, 30 Aug 2023 23:16:50 +0530 Subject: [PATCH] add the missing script Signed-off-by: rpancham --- opendatahub/quickstart/pvc/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendatahub/quickstart/pvc/deploy.sh b/opendatahub/quickstart/pvc/deploy.sh index 158199df..5ebb80e0 100755 --- a/opendatahub/quickstart/pvc/deploy.sh +++ b/opendatahub/quickstart/pvc/deploy.sh @@ -16,7 +16,7 @@ oc delete pod -l control-plane=modelmesh-controller -n $ODH_NS wait_for_pods_ready "-l control-plane=modelmesh-controller" "$ODH_NS" # Enable Route -oc annotate servingruntime mlserver-0.x enable-route=true enable-auth=false +oc annotate servingruntime $(oc get servingruntime |grep mlserver |awk '{print $1}') enable-route=true enable-auth=false # Deploy sample sklearn model from the pvc # using URI