Skip to content

Commit

Permalink
Enable Distributed Workloads feature flag by default in manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <[email protected]>
  • Loading branch information
mturley committed Apr 8, 2024
1 parent fee2688 commit 24241b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
disableKServe: false
disableKServeAuth: false
disableModelMesh: false
disableDistributedWorkloads: true
disableDistributedWorkloads: false
notebookController:
enabled: true
notebookSizes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
disableKServe: false
disableKServeAuth: false
disableModelMesh: false
disableDistributedWorkloads: true
disableDistributedWorkloads: false
disableModelRegistry: true
groupsConfig:
adminGroups: "<admin_groups>"
Expand Down

0 comments on commit 24241b9

Please sign in to comment.