1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Fix errant registry names

This commit is contained in:
Christoph Blecker
2024-05-15 09:13:53 -07:00
committed by openshift-cherrypick-robot
parent 0d0f57cd49
commit 3436d0900a

View File

@@ -58,11 +58,11 @@ spec:
mirrorSourcePolicy: AllowContactingSource <7>
- mirrors:
- mirror.example.com/redhat
source: registry.redhat.io/openshift4 <8>
source: registry.example.com/redhat <8>
mirrorSourcePolicy: AllowContactingSource
- mirrors:
- mirror.example.com
source: registry.redhat.io <9>
source: registry.example.com <9>
mirrorSourcePolicy: AllowContactingSource
- mirrors:
- mirror.example.net/image
@@ -220,7 +220,7 @@ short-name-mode = ""
[[registry]]
prefix = ""
location = "registry.redhat.io"
location = "registry.example.com"
[[registry.mirror]]
location = "mirror.example.com"
@@ -228,7 +228,7 @@ short-name-mode = ""
[[registry]]
prefix = ""
location = "registry.redhat.io/openshift4"
location = "registry.example.com/redhat"
[[registry.mirror]]
location = "mirror.example.com/redhat"