Fix wrong formatting of caveat block

This commit is contained in:
Sebastiaan van Steenis
2019-01-31 15:18:32 +01:00
committed by Denise
parent 4b548b6713
commit 2b9da30524
@@ -64,7 +64,7 @@ _Project roles_ are roles that can be used to grant users access to a project. T
These users can view everything in the project but cannot create, update, or delete anything.
><a id="caveat">**Caveat:**
>**Caveat:**
>
>Users assigned the `Owner` or `Member` role for a project automatically inherit the `namespace creation` role. However, this role is a [Kubernetes ClusterRole](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole), meaning its scope extends to all projects in the cluster. Therefore, users explicitly assigned the `owner` or `member` role for a project can create namespaces in other projects they're assigned to, even with only the `Read Only` role assigned.