We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462d6cb commit c14bcddCopy full SHA for c14bcdd
content/en/docs/reference/access-authn-authz/rbac.md
@@ -54,8 +54,8 @@ it can't be both.
54
55
ClusterRoles have several uses. You can use a ClusterRole to:
56
57
-1. define permissions on namespaced resources and be granted within individual namespace(s)
58
-1. define permissions on namespaced resources and be granted across all namespaces
+1. define permissions on namespaced resources and be granted access within individual namespace(s)
+1. define permissions on namespaced resources and be granted access across all namespaces
59
1. define permissions on cluster-scoped resources
60
61
If you want to define a role within a namespace, use a Role; if you want to define
0 commit comments