Skip to content

Commit b895bda

Browse files
authored
Merge pull request #76014 from cblecker/patch-1
Fix errant registry names
2 parents 8892069 + 5033055 commit b895bda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/images-configuration-registry-mirror-configuring.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ spec:
5858
mirrorSourcePolicy: AllowContactingSource <7>
5959
- mirrors:
6060
- mirror.example.com/redhat
61-
source: registry.redhat.io/openshift4 <8>
61+
source: registry.example.com/redhat <8>
6262
mirrorSourcePolicy: AllowContactingSource
6363
- mirrors:
6464
- mirror.example.com
65-
source: registry.redhat.io <9>
65+
source: registry.example.com <9>
6666
mirrorSourcePolicy: AllowContactingSource
6767
- mirrors:
6868
- mirror.example.net/image
@@ -220,15 +220,15 @@ short-name-mode = ""
220220

221221
[[registry]]
222222
prefix = ""
223-
location = "registry.redhat.io"
223+
location = "registry.example.com"
224224

225225
[[registry.mirror]]
226226
location = "mirror.example.com"
227227
pull-from-mirror = "digest-only"
228228

229229
[[registry]]
230230
prefix = ""
231-
location = "registry.redhat.io/openshift4"
231+
location = "registry.example.com/redhat"
232232

233233
[[registry.mirror]]
234234
location = "mirror.example.com/redhat"

0 commit comments

Comments
 (0)