We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e57f23a + d6b31bb commit 7f879beCopy full SHA for 7f879be
test/framework/clusterctl/e2e_config.go
@@ -482,8 +482,8 @@ func (c *E2EConfig) validateProviders() error {
482
}
483
484
// There should be one InfraProvider (pick your own).
485
- if len(providersByType[clusterctlv1.InfrastructureProviderType]) != 1 {
486
- return errInvalidArg("invalid config: it is required to have exactly one infrastructure-provider")
+ if len(providersByType[clusterctlv1.InfrastructureProviderType]) < 1 {
+ return errInvalidArg("invalid config: it is required to have at least one infrastructure-provider")
487
488
return nil
489
0 commit comments