From e9e71363cc636a9257bce75c2c57466d32065dbb Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 18 Apr 2024 16:03:33 +0200 Subject: [PATCH] fixed Default() for config --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/config/config.go b/internal/config/config.go index 392fc35ca..fd38b6842 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -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: "",