From 95705b4010eecce0cd820217e402acaf403ad70d Mon Sep 17 00:00:00 2001 From: Cameron Wall Date: Fri, 15 Nov 2024 12:22:25 -0500 Subject: [PATCH] doc cleanup Signed-off-by: Cameron Wall --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88fee76a..26549377 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,11 @@ The discovery operator generates `DiscoveredClusters` based on a `DiscoveryConfi make secret OCM_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: