From a2d0e7c1655c8820a35bd34491dc70a2b637aa9a Mon Sep 17 00:00:00 2001 From: xilabao Date: Tue, 17 Jan 2017 02:29:16 -0600 Subject: [PATCH] update role example --- docs/admin/authorization.md | 1 - 1 file changed, 1 deletion(-) 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