diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index c9dd662449..8f2b60472c 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -259,7 +259,6 @@ rules: - apiGroups: [""] # The API group "" indicates the core API Group. resources: ["pods"] verbs: ["get", "watch", "list"] - nonResourceURLs: [] ``` `ClusterRoles` hold the same information as a `Role` but can apply to any