Merge pull request #24004 from negz/patch-1

Clarify that bind verb does not require resourceNames
This commit is contained in:
Kubernetes Prow Robot 2020-09-20 08:22:30 -07:00 committed by GitHub
commit 51d910e1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -891,6 +891,7 @@ rules:
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["clusterroles"]
verbs: ["bind"]
# omit resourceNames to allow binding any ClusterRole
resourceNames: ["admin","edit","view"]
---
apiVersion: rbac.authorization.k8s.io/v1