Skip to content

Commit 81ce4e9

Browse files
committed
Fixing incorrect Quay path
1 parent fa53a03 commit 81ce4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cco-ccoctl-creating-at-once.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ By default, `ccoctl` creates objects in the directory in which the commands are
2626
+
2727
[source,terminal,subs="+quotes"]
2828
----
29-
$ oc adm release extract --credentials-requests --cloud=aws --to=__<path_to_directory_with_list_of_credentials_requests>__/credrequests quay.io/__<path_to>__/openshift-release:__<version>__
29+
$ oc adm release extract --credentials-requests --cloud=aws --to=__<path_to_directory_with_list_of_credentials_requests>__/credrequests quay.io/__<path_to>__/ocp-release:__<version>__
3030
----
3131

3232
. Use the `ccoctl` tool to process all `CredentialsRequest` objects in the `credrequests` directory:

modules/cco-ccoctl-creating-individually.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This command also creates a YAML configuration file in `/_<path_to_ccoctl_output
7979
+
8080
[source,terminal,subs="+quotes"]
8181
----
82-
$ oc adm release extract --credentials-requests --cloud=aws --to=__<path_to_directory_with_list_of_credentials_requests>__/credrequests quay.io/__<path_to>__/openshift-release:__<version>__
82+
$ oc adm release extract --credentials-requests --cloud=aws --to=__<path_to_directory_with_list_of_credentials_requests>__/credrequests quay.io/__<path_to>__/ocp-release:__<version>__
8383
----
8484

8585
.. Use the `ccoctl` tool to process all `CredentialsRequest` objects in the `credrequests` directory:

0 commit comments

Comments
 (0)