Skip to content

Commit

Permalink
doc cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Wall <[email protected]>
  • Loading branch information
cameronmwall committed Nov 15, 2024
1 parent 9854ac8 commit 95705b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ The discovery operator generates `DiscoveredClusters` based on a `DiscoveryConfi
make secret OCM_API_TOKEN=<OpenShift Cluster Manager API Token>
```

The OpenShift Cluster Manager API Token can be retrieved from [here](https://cloud.redhat.com/openshift/token). This will create a secret named `ocm-api-token` in the current namespace. With the secret created you can then create the `DiscoveryConfig` resource using the following command:
The OpenShift Cluster Manager API Token can be retrieved from [here](https://cloud.redhat.com/openshift/token). This will create a secret named `ocm-api-token` in the current namespace. With the secret created you can then create the `DiscoveryConfig` resource using the following commands:

```shell
make samples
make secret
make connfig
```

This will create a `DiscoveryConfig` like the example below:
Expand Down

0 comments on commit 95705b4

Please sign in to comment.