Skip to content

Commit 2135ed8

Browse files
authored
Merge pull request #25856 from edwardrosen/patch-1
Update rbac.md
2 parents c898b79 + a37b8a9 commit 2135ed8

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/access-authn-authz

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Because ClusterRoles are cluster-scoped, you can also use them to grant access t
8787
* non-resource endpoints (like `/healthz`)
8888
* namespaced resources (like Pods), across all namespaces
8989
For example: you can use a ClusterRole to allow a particular user to run
90-
`kubectl get pods --all-namespaces`.
90+
`kubectl get pods --all-namespaces`
9191

9292
Here is an example of a ClusterRole that can be used to grant read access to
9393
{{< glossary_tooltip text="secrets" term_id="secret" >}} in any particular namespace,

0 commit comments

Comments
 (0)