1
0
Fork 0

feat: Add ability to control RBAC within a member's namespace

This commit is contained in:
Zachary Seguin 2022-01-09 13:25:44 -05:00
parent 154d7d2981
commit 5728e761b9
1 changed files with 1 additions and 1 deletions

View File

@ -105,4 +105,4 @@ rules:
verbs: ["*"]
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["roles", "rolebindings"]
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]