Skip to content

Commit dd75360

Browse files
OSD-28968 | ci: Add a new registry list
1 parent a06944b commit dd75360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/handler/cluster_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ func (ch *clusterHandler) GenerateClusterCreateFlags() ([]string, error) {
832832
)
833833
if ch.profile.ClusterConfig.AllowedRegistries {
834834
flags = append(flags,
835-
"--registry-config-allowed-registries", "allowed.example.com,quay.io,*.redhat.com",
835+
"--registry-config-allowed-registries", "quay.io,*.redhat.com,*.ci.openshift.org",
836836
)
837837
} else if ch.profile.ClusterConfig.BlockedRegistries {
838838
flags = append(flags,

0 commit comments

Comments
 (0)