From 32a521594a903131fff75ac0aa51e1a611fd996f Mon Sep 17 00:00:00 2001 From: DrummyFloyd Date: Mon, 22 Jan 2024 02:07:35 +0100 Subject: [PATCH] feat: cleaning Signed-off-by: DrummyFloyd --- internal/utilities/utilities.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/utilities/utilities.go b/internal/utilities/utilities.go index f6aa79f58..e5f21d937 100644 --- a/internal/utilities/utilities.go +++ b/internal/utilities/utilities.go @@ -107,9 +107,6 @@ func CreateClusterRecordFromRaw(useTelemetry bool, gitOwner string, gitUser stri cl.DigitaloceanAuth.SpacesSecret = os.Getenv("DO_SPACES_SECRET") case "vultr": cl.VultrAuth.Token = os.Getenv("VULTR_API_KEY") - case "k3s": - // TODO: waht is the purpose of this? - log.Info().Msgf("do i passed in here 2?") } cl.StateStoreCredentials.AccessKeyID = viper.GetString("kubefirst.state-store-creds.access-key-id")