Skip to content

Commit a37b8a9

Browse files
authored
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?
1 parent 284d725 commit a37b8a9

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
@@ -85,7 +85,7 @@ 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 <br>
88+
* namespaced resources (like Pods), across all namespaces
8989
For example: you can use a ClusterRole to allow a particular user to run
9090
`kubectl get pods --all-namespaces`
9191

0 commit comments

Comments
 (0)