Skip to content

Commit

Permalink
fix: normaliserer navn i kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jun 23, 2023
1 parent b2926e3 commit 12f7417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/commands/clusterCmd/kubeconfigCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ gcloud auth login --update-adc`,
Value: true,
},
&cli.BoolFlag{
Name: "skipNAVPrefix",
Value: true,
Name: "skipNAVPrefix",
},
&cli.BoolFlag{
Name: "overwrite",
Expand Down

0 comments on commit 12f7417

Please sign in to comment.