Skip to content

Commit

Permalink
Denote CRD as literals
Browse files Browse the repository at this point in the history
Also, for consistency, capitalize term Hosted Cluster.
  • Loading branch information
yuumasato committed Sep 29, 2023
1 parent a288ec3 commit c6e904f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ error result.
[Hypershift](https://hypershift-docs.netlify.app/) allows one to create and manage clusters on existing infrastructure.
Compliance Operator is able to create a platform scan on the [HyperShift Management Cluster](https://hypershift-docs.netlify.app/reference/concepts-and-personas/)
for the Hosted Cluster with a TailoredProfile.
for the Hosted Cluster with a `TailoredProfile`.

Currently, we only support CIS profile and PCI-DSS profile,
you can either extend `ocp4-cis` or `ocp4-pci-dss`.

In order to scan a Hosted Cluster, you need to create a TailoredProfile specifying the
name and namespace of the Hosted cluster that you want to scan.
In order to scan a Hosted Cluster, you need to create a `TailoredProfile` specifying the
name and namespace of the Hosted Cluster that you want to scan.
Set the value of `ocp4-hypershift-cluster` to the name of the target Hosted Cluster,
and set the value of `ocp4-hypershift-namespace-prefix` to the namespace where the
Hosted Cluster resides, e.g.: `local-cluster`, or `clusters`.
Expand Down

0 comments on commit c6e904f

Please sign in to comment.