Skip to content

Commit a6f457d

Browse files
authored
Add additional permissions to the ClusterRole (#52)
1 parent 93bfd54 commit a6f457d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config/rbac/role.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,31 @@ rules:
2828
resources:
2929
- serviceimports
3030
verbs:
31+
- create
3132
- get
3233
- list
3334
- patch
3435
- update
36+
- watch
37+
- apiGroups:
38+
- ""
39+
resources:
40+
- namespaces
41+
- services
42+
- endpoints
43+
verbs:
44+
- get
45+
- list
46+
- watch
47+
- create
48+
- update
49+
- apiGroups:
50+
- discovery.k8s.io
51+
resources:
52+
- endpointslices
53+
verbs:
54+
- list
55+
- watch
56+
- get
57+
- create
58+
- update

0 commit comments

Comments
 (0)