Skip to content

Commit

Permalink
added missing clusterrole rules for helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Stuchinskii committed Jun 29, 2023
1 parent cc58315 commit b75d887
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 b75d887

Please sign in to comment.