Skip to content

Commit 95577c1

Browse files
authored
Update rbac.md
The page renders the third bullet as a run-on sentence. I'm suggesting the example be placed in parentheses.
1 parent 5744728 commit 95577c1

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Because ClusterRoles are cluster-scoped, you can also use them to grant access t
8686
* cluster-scoped resources (like {{< glossary_tooltip text="nodes" term_id="node" >}})
8787
* non-resource endpoints (like `/healthz`)
8888
* namespaced resources (like Pods), across all namespaces
89-
For example: you can use a ClusterRole to allow a particular user to run
90-
`kubectl get pods --all-namespaces`.
89+
(for example: you can use a ClusterRole to allow a particular user to run
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)