Skip to content

Commit b470d08

Browse files
authored
fix: add relevant role in order to list jobs-based compute (#622)
1 parent 0258445 commit b470d08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hack/manifests/controller/clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ rules:
1414
- 'get'
1515
- 'list'
1616
- 'watch'
17+
- apiGroups:
18+
- 'batch'
19+
resources:
20+
- 'cronjobs'
21+
- 'jobs'
22+
verbs:
23+
- 'get'
24+
- 'list'
25+
- 'watch'
1726
- apiGroups:
1827
- ''
1928
resources:

0 commit comments

Comments
 (0)