diff --git a/tests/utils/profilehandler/profile_handler.go b/tests/utils/profilehandler/profile_handler.go index 2bc1b9cce..24dbf27f7 100644 --- a/tests/utils/profilehandler/profile_handler.go +++ b/tests/utils/profilehandler/profile_handler.go @@ -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,