fixed Default() for config

This commit is contained in:
miampf 2024-04-18 16:03:33 +02:00
parent 46b2cfff22
commit e9e71363cc
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -325,6 +325,7 @@ func Default() *Config {
KubernetesVersion: versions.Default,
DebugCluster: toPtr(false),
ServiceCIDR: "10.96.0.0/12",
Tags: cloudprovider.Tags{},
Provider: ProviderConfig{
AWS: &AWSConfig{
Region: "",