diff --git a/clusters/cluster_lifecycle/release_image_connected.adoc b/clusters/cluster_lifecycle/release_image_connected.adoc index 1e926fef77..407e5c5afc 100644 --- a/clusters/cluster_lifecycle/release_image_connected.adoc +++ b/clusters/cluster_lifecycle/release_image_connected.adoc @@ -25,7 +25,7 @@ data: insecureSkipVerify: <3> caCerts: <4> ---- -<1> Get this URL by forking the `acm-hive-openshift-releases` repository URL. +<1> Use the URL you got by forking the `acm-hive-openshift-releases` repository. <2> Choose to use either of the supported values `fast` or `stable`. <3> Specify `insecureSkipVerify` to `true` for building the insecure connection. The supported values are `true` or `false`. <4> List the certified authority (CA) certificates for building a secure HTTPS connection.