Skip to content

Commit 3b2512a

Browse files
committed
fix(deploy/helm): add necessary RBAC perms to clusterrole.yaml
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 46adc42 commit 3b2512a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

deploy/helm/templates/clusterrole.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,37 @@ rules:
1313
- list
1414
- watch
1515
- update
16+
17+
- apiGroups:
18+
- batch
19+
resources:
20+
- jobs
21+
verbs:
22+
- get
23+
- list
24+
- watch
25+
- create
26+
- delete
27+
- patch
28+
29+
- apiGroups:
30+
- runtime.kwasm.sh
31+
resources:
32+
- shims
33+
verbs:
34+
- get
35+
- list
36+
- watch
37+
- update
38+
39+
- apiGroups:
40+
- node.k8s.io
41+
resources:
42+
- runtimeclasses
43+
verbs:
44+
- get
45+
- list
46+
- watch
47+
- create
48+
- delete
49+
- patch

0 commit comments

Comments
 (0)