Skip to content

Commit

Permalink
Add RBAC for inferencegraphs/finalizers (kubeflow#2839)
Browse files Browse the repository at this point in the history
* Add RBAC for inferencegraphs/finalizers

Signed-off-by: Reto Lehmann <[email protected]>

* Add finalizer to the chart

Signed-off-by: Dan Sun <[email protected]>

---------

Signed-off-by: Reto Lehmann <[email protected]>
Signed-off-by: Dan Sun <[email protected]>
Co-authored-by: Dan Sun <[email protected]>
  • Loading branch information
ReToCode and yuzisun authored Apr 23, 2023
1 parent 6921db5 commit e6baf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/kserve-resources/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ rules:
- serving.kserve.io
resources:
- inferencegraphs
- inferencegraphs/finalizers
verbs:
- create
- delete
Expand Down
1 change: 1 addition & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ rules:
- serving.kserve.io
resources:
- inferencegraphs
- inferencegraphs/finalizers
verbs:
- create
- delete
Expand Down

0 comments on commit e6baf39

Please sign in to comment.