Skip to content

Commit

Permalink
Add missing rules to service account role
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
  • Loading branch information
mturley committed Sep 25, 2024
1 parent 8f57c60 commit a122ad0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/core-bases/base/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ rules:
- get
resources:
- dscinitializations
- apiGroups:
- serving.kserve.io
resources:
- inferenceservices
verbs:
- get
- list
- watch
- apiGroups:
- modelregistry.opendatahub.io
verbs:
Expand Down

0 comments on commit a122ad0

Please sign in to comment.