Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit b26b80d

Browse files
pbalogh-sabaluchicken
authored andcommitted
update rbac
1 parent d17f839 commit b26b80d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config/rbac/rbac_role.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,27 @@ rules:
120120
- update
121121
- patch
122122
- delete
123+
- apiGroups:
124+
- ""
125+
resources:
126+
- secrets
127+
verbs:
128+
- get
129+
- list
130+
- watch
131+
- create
132+
- update
133+
- patch
134+
- delete
135+
- apiGroups:
136+
- ""
137+
resources:
138+
- services
139+
verbs:
140+
- get
141+
- list
142+
- watch
143+
- create
144+
- update
145+
- patch
146+
- delete

0 commit comments

Comments
 (0)