File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ spec:
58
58
mirrorSourcePolicy: AllowContactingSource <7>
59
59
- mirrors:
60
60
- mirror.example.com/redhat
61
- source: registry.redhat.io/openshift4 <8>
61
+ source: registry.example.com/redhat <8>
62
62
mirrorSourcePolicy: AllowContactingSource
63
63
- mirrors:
64
64
- mirror.example.com
65
- source: registry.redhat.io <9>
65
+ source: registry.example.com <9>
66
66
mirrorSourcePolicy: AllowContactingSource
67
67
- mirrors:
68
68
- mirror.example.net/image
@@ -220,15 +220,15 @@ short-name-mode = ""
220
220
221
221
[[registry]]
222
222
prefix = ""
223
- location = "registry.redhat.io "
223
+ location = "registry.example.com "
224
224
225
225
[[registry.mirror]]
226
226
location = "mirror.example.com"
227
227
pull-from-mirror = "digest-only"
228
228
229
229
[[registry]]
230
230
prefix = ""
231
- location = "registry.redhat.io/openshift4 "
231
+ location = "registry.example.com/redhat "
232
232
233
233
[[registry.mirror]]
234
234
location = "mirror.example.com/redhat"
You can’t perform that action at this time.
0 commit comments