Skip to content

Commit 6d270eb

Browse files
authored
Merge pull request #39904 from jldohmann/BZ2012763
BZ2012763: Fix file storing credentials multiple registries JSON
2 parents 4366b34 + 7a46ee3 commit 6d270eb

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

modules/olm-accessing-images-private-registries.adoc

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,23 @@ A registry credentials file can, by default, store details for more than one reg
5050
[source,json]
5151
----
5252
{
53-
"auths": {
54-
"registry.redhat.io": {
55-
"auth": "FrNHNydQXdzclNqdg=="
56-
},
57-
"quay.io": {
58-
"auth": "fegdsRib21iMQ=="
59-
}
60-
},
61-
"https://quay.io/my-namespace/my-user/my-image": {
62-
"auth": "eWfjwsDdfsa221=="
63-
}
64-
},
65-
"https://quay.io/my-namespace/my-user": {
66-
"auth": "feFweDdscw34rR=="
67-
}
68-
},
69-
"https://quay.io/my-namespace": {
70-
"auth": "frwEews4fescyq=="
71-
}
53+
"auths": {
54+
"registry.redhat.io": {
55+
"auth": "FrNHNydQXdzclNqdg=="
56+
},
57+
"quay.io": {
58+
"auth": "fegdsRib21iMQ=="
59+
},
60+
"https://quay.io/my-namespace/my-user/my-image": {
61+
"auth": "eWfjwsDdfsa221=="
62+
},
63+
"https://quay.io/my-namespace/my-user": {
64+
"auth": "feFweDdscw34rR=="
65+
},
66+
"https://quay.io/my-namespace": {
67+
"auth": "frwEews4fescyq=="
7268
}
69+
}
7370
}
7471
----
7572
+

0 commit comments

Comments
 (0)