Skip to content

Commit 284d725

Browse files
authored
Update rbac.md
I added a <br> after the end of the third bullet and backed out all of the other changes I suggested in the original pull request. I think this better matches the author's original intent. The only difference now between what's currently published and this edit is the line break coded after the third bullet.
1 parent 95577c1 commit 284d725

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Because ClusterRoles are cluster-scoped, you can also use them to grant access t
8585
8686
* cluster-scoped resources (like {{< glossary_tooltip text="nodes" term_id="node" >}})
8787
* non-resource endpoints (like `/healthz`)
88-
* 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`)
88+
* namespaced resources (like Pods), across all namespaces <br>
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)