Update rbac.md

I've deleted the line break. The example in line 89 now seems to render ok in the preview. Could you please take a look?
This commit is contained in:
Edward Rosen 2021-01-12 15:22:39 -05:00 committed by GitHub
parent 284d725ee0
commit a37b8a9fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Because ClusterRoles are cluster-scoped, you can also use them to grant access t
* cluster-scoped resources (like {{< glossary_tooltip text="nodes" term_id="node" >}})
* non-resource endpoints (like `/healthz`)
* namespaced resources (like Pods), across all namespaces <br>
* namespaced resources (like Pods), across all namespaces
For example: you can use a ClusterRole to allow a particular user to run
`kubectl get pods --all-namespaces`