Skip to content

Commit c8b3679

Browse files
committed
add secret reading permisisons to collaborator Roles
1 parent cba3a81 commit c8b3679

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cluster/manifests/roles/collaborator-roles.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ rules:
1414
- update
1515
- patch
1616
- delete
17+
- apiGroups:
18+
- ""
19+
resources:
20+
- secrets
21+
verbs:
22+
- get
23+
- list
24+
- watch
1725
---
1826
kind: RoleBinding
1927
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)