Skip to content

Commit

Permalink
Merge pull request #925 from epam/missing-clusterrole-rules
Browse files Browse the repository at this point in the history
Added missing clusterrole rules for helm
  • Loading branch information
k8s-ci-robot authored Jun 29, 2023
2 parents b6807aa + b75d887 commit f3d27d7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions charts/kueue/templates/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
- events
verbs:
- create
- patch
- update
- watch
- apiGroups:
Expand Down Expand Up @@ -54,6 +55,13 @@ rules:
- list
- update
- watch
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- list
- watch
- apiGroups:
- batch
resources:
Expand All @@ -78,6 +86,7 @@ rules:
- jobs/status
verbs:
- get
- update
- apiGroups:
- kubeflow.org
resources:
Expand All @@ -94,6 +103,7 @@ rules:
- mpijobs/status
verbs:
- get
- update
- apiGroups:
- kueue.x-k8s.io
resources:
Expand Down Expand Up @@ -196,6 +206,23 @@ rules:
- get
- list
- watch
- apiGroups:
- ray.io
resources:
- rayjobs
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- ray.io
resources:
- rayjobs/status
verbs:
- get
- update
- apiGroups:
- scheduling.k8s.io
resources:
Expand Down

0 comments on commit f3d27d7

Please sign in to comment.