Skip to content

Commit

Permalink
fix: move the permissions from the cluster-role to the role yaml file (
Browse files Browse the repository at this point in the history
…#3687)

Signed-off-by: Olga Lavtar <olavtar@redhat.com>
  • Loading branch information
olavtar authored Jan 27, 2025
1 parent f3ebd78 commit 04f3c76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions manifests/core-bases/base/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,6 @@ rules:
- delete
resources:
- modelregistries
- apiGroups:
- nim.opendatahub.io
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
resources:
- accounts
- verbs:
- get
apiGroups:
Expand Down
12 changes: 12 additions & 0 deletions manifests/core-bases/base/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,15 @@ rules:
- '*'
resources:
- servingruntimes
- apiGroups:
- nim.opendatahub.io
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
resources:
- accounts

0 comments on commit 04f3c76

Please sign in to comment.