Skip to content

Commit 32476ff

Browse files
committed
let's not force it. users should see choice between kserve and modelmesh
1 parent b94757f commit 32476ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/ic-user-projects/create-projects-and-resources-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
openshift.io/display-name: $USER_PROJECT
5555
labels:
5656
kubernetes.io/metadata.name: $USER_PROJECT
57-
modelmesh-enabled: 'true'
57+
# modelmesh-enabled: 'true'
5858
opendatahub.io/dashboard: 'true'
5959
name: $USER_PROJECT
6060
spec:

bootstrap/ic-user-projects/create-projects-and-resources.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
openshift.io/display-name: $USER_PROJECT
3333
labels:
3434
kubernetes.io/metadata.name: $USER_PROJECT
35-
modelmesh-enabled: 'true'
35+
# modelmesh-enabled: 'true'
3636
opendatahub.io/dashboard: 'true'
3737
name: $USER_PROJECT
3838
spec:

0 commit comments

Comments
 (0)