From 5728e761b9d871ea97389fb710937b60465bd6bd Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Sun, 9 Jan 2022 13:25:44 -0500 Subject: [PATCH] feat: Add ability to control RBAC within a member's namespace --- csc-clusterroles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csc-clusterroles.yaml b/csc-clusterroles.yaml index daea8f9..b10fa65 100644 --- a/csc-clusterroles.yaml +++ b/csc-clusterroles.yaml @@ -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"]