Skip to content

Commit

Permalink
fix: add relevant role in order to list jobs-based compute (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylmrx authored Jul 17, 2023
1 parent 0258445 commit b470d08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hack/manifests/controller/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ rules:
- 'get'
- 'list'
- 'watch'
- apiGroups:
- 'batch'
resources:
- 'cronjobs'
- 'jobs'
verbs:
- 'get'
- 'list'
- 'watch'
- apiGroups:
- ''
resources:
Expand Down

0 comments on commit b470d08

Please sign in to comment.