Skip to content

Commit

Permalink
Merge pull request #176 from VedantMahabaleshwarkar/update_manifests
Browse files Browse the repository at this point in the history
update odh-model-controller manifests
  • Loading branch information
openshift-merge-robot authored Aug 30, 2023
2 parents 2961acd + 238c0e4 commit 39ef635
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 354 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bases:
- ../rbac
- ../manager
- ../manager
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ spec:
- --leader-elect
- "--monitoring-namespace"
- "$(MONITORING_NS)"
#This is hardcoded to be false in the overlay to model-mesh.
# Once Kserve and Modelmesh CRD conflict is resolved and both components can be installed together,
# ODH Model Controller will not be deployed as a overlay anymore and will be deployed only as an independent component.
# When that happens, the "kserve-enabled" flag needs to be removed
- --kserve-enabled=false
image: $(odh-model-controller)
env:
- name: MONITORING_NS
Expand Down
Loading

0 comments on commit 39ef635

Please sign in to comment.