Skip to content

Commit 69f1871

Browse files
authored
Merge pull request #37898 from Amrita42/BZ1860560
2 parents 7e6118e + 130c452 commit 69f1871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-adding-registry-pull-secret.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ifndef::openshift-origin[]
6666
+
6767
[source,terminal]
6868
----
69-
$ cat ./pull-secret.text | jq . > <path>/<pull-secret-file><1>
69+
$ cat ./pull-secret.text | jq . > <path>/<pull_secret_file_in_json><1>
7070
----
7171
<1> Specify the path to the folder to store the pull secret in and a name for
7272
the JSON file that you create.
@@ -139,8 +139,8 @@ The file resembles the following example:
139139
----
140140
{
141141
"auths": {
142-
"<mirror_registry>": {
143-
"auth": "<credentials>",
142+
"registry.example.com": {
143+
"auth": "BGVtbYk3ZHAtqXs=",
144144
"email": "[email protected]"
145145
},
146146
"cloud.openshift.com": {

0 commit comments

Comments
 (0)