Merge pull request 'feat: Add ability to control RBAC within a member's namespace' (#2) from ztseguin/manifests:feat-ns-rbac into master

Reviewed-on: #2
This commit is contained in:
Max Erenberg 2022-01-10 00:05:40 -05:00
commit c9acdbc9e6
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"]