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 1e8aaaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions cmd/beta.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ package cmd
import (
"fmt"

"github.com/kubefirst/kubefirst/cmd/digitalocean"
"github.com/kubefirst/kubefirst/cmd/google"
"github.com/kubefirst/kubefirst/cmd/k3s"
"github.com/kubefirst/kubefirst/cmd/vultr"
Expand All @@ -35,7 +34,6 @@ var betaCmd = &cobra.Command{
func init() {
cobra.OnInitialize()
betaCmd.AddCommand(
digitalocean.NewCommand(),
k3s.NewCommand(),
google.NewCommand(),
vultr.NewCommand(),
Expand Down
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 1e8aaaa

Please sign in to comment.