Skip to content

Commit

Permalink
feat: cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: DrummyFloyd <[email protected]>
  • Loading branch information
DrummyFloyd committed Jan 22, 2024
1 parent 20dfffd commit 32a5215
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/utilities/utilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 32a5215

Please sign in to comment.