Skip to content

Commit

Permalink
[kubecdl] Set default project name
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Apr 13, 2022
1 parent 64ab404 commit 9014ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/kubecdl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
project = pflag.StringP("project", "p", "", "name of the Google project - defaults to what's configured in gcloud")
project = pflag.StringP("project", "p", "workspace-clusters", "name of the Google project - defaults to what's configured in gcloud")
kubeconfig = pflag.StringP("kubeconfig", "k", os.Getenv("KUBECONFIG"), "kubeconfig filepath")
)

Expand Down

0 comments on commit 9014ce9

Please sign in to comment.