Skip to content

Commit

Permalink
add podgroups rule in cluster-role.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: huone1 <wanxinghu05@gmail.com>
  • Loading branch information
huone1 authored and huone1 committed May 7, 2021
1 parent 3d9e7c8 commit 1ee6b0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/base/cluster-role.yaml
Expand Up @@ -36,6 +36,12 @@ rules:
- deployments
verbs:
- '*'
- apiGroups:
- scheduling.volcano.sh
resources:
- podgroups
verbs:
- '*'

---

Expand Down

0 comments on commit 1ee6b0d

Please sign in to comment.