Skip to content

Commit

Permalink
Merge pull request #178 from rpancham/pvcscript
Browse files Browse the repository at this point in the history
Fix the script of pvc #177
  • Loading branch information
openshift-merge-robot authored Aug 30, 2023
2 parents 93dd7a7 + d3c3a8a commit 2961acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendatahub/quickstart/pvc/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2961acd

Please sign in to comment.