Skip to content

Commit 9014ce9

Browse files
aledbfroboquat
authored andcommitted
[kubecdl] Set default project name
1 parent 64ab404 commit 9014ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/kubecdl/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

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

0 commit comments

Comments
 (0)