Skip to content

Commit 2b97e3c

Browse files
Update app-proxy.role.yaml (#4)
1 parent c64f9a1 commit 2b97e3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

csdp/base/app-proxy/app-proxy.role.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,20 @@ rules:
1010
resources:
1111
- secrets
1212
- configmap
13+
- pods
1314
verbs:
1415
- get
1516
- create
1617
- delete
18+
- deletecollection
1719
- update
1820
- patch
1921
- list
2022
- watch
23+
- apiGroups:
24+
- ""
25+
resources:
26+
- services
27+
verbs:
28+
- get
29+
- list

0 commit comments

Comments
 (0)