Skip to content

Commit

Permalink
Merge pull request #2596 from yingzhanredhat/ying-0923
Browse files Browse the repository at this point in the history
OCM-12227 | ci: Update the registry configs value
  • Loading branch information
openshift-merge-bot[bot] authored Nov 7, 2024
2 parents c042750 + 401f192 commit 0a8a017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/utils/profilehandler/profile_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ func GenerateClusterCreateFlags(profile *Profile, client *rosacli.Client) ([]str
flags = append(flags,
"--registry-config-additional-trusted-ca", caFile,
"--registry-config-insecure-registries", "test.com,*.example",
"--registry-config-allowed-registries-for-import", "example.com:true,test.com:false",
"--registry-config-allowed-registries-for-import",
"docker.io:false,registry.redhat.com:false,registry.access.redhat.com:false,quay.io:false",
)
if profile.ClusterConfig.AllowedRegistries {
flags = append(flags,
Expand Down

0 comments on commit 0a8a017

Please sign in to comment.