Compare commits

...

2 Commits

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"]