Skip to content

Commit 6b5319a

Browse files
authored
Merge pull request #50598 from ShaunaDiaz/BZ2097052
BZ2097052 fixing missing variable in quay argument
2 parents 94aaa2a + 9a11cbf commit 6b5319a

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
@@ -67,7 +67,7 @@ $ oc adm release extract \
6767
--credentials-requests \
6868
--cloud=aws \
6969
--to=<path_to_directory_with_list_of_credentials_requests>/credrequests \ <1>
70-
--quay.io/<path_to>/ocp-release:<version>
70+
--from=quay.io/<path_to>/ocp-release:<version>
7171
----
7272
endif::aws-sts[]
7373
ifdef::google-cloud-platform[]

modules/cco-ccoctl-creating-individually.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This command also creates a YAML configuration file in `/<path_to_ccoctl_output_
8888
$ oc adm release extract --credentials-requests \
8989
--cloud=aws \
9090
--to=<path_to_directory_with_list_of_credentials_requests>/credrequests <1>
91-
--quay.io/<path_to>/ocp-release:<version>
91+
--from=quay.io/<path_to>/ocp-release:<version>
9292
----
9393
+
9494
<1> `credrequests` is the directory where the list of `CredentialsRequest` objects is stored. This command creates the directory if it does not exist.

0 commit comments

Comments
 (0)