Skip to content

Commit

Permalink
Merge pull request #348 from tao12345666333/clean-merge
Browse files Browse the repository at this point in the history
chore(config): clean up merge options
  • Loading branch information
alejandrojnm authored Jan 4, 2024
2 parents c3e88d8 + 80f43f8 commit 40882df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func init() {
}

kubernetesConfigCmd.Flags().BoolVarP(&saveConfig, "save", "s", false, "save the config")
kubernetesConfigCmd.Flags().BoolVarP(&switchConfig, "switch", "i", false, "switch context to newly-created cluster (needs --merge flag)")
kubernetesConfigCmd.Flags().BoolVarP(&switchConfig, "switch", "i", false, "switch context to newly-created cluster")
kubernetesConfigCmd.Flags().BoolVarP(&overwriteConfig, "overwrite", "w", false, "overwrite the kubeconfig file")
kubernetesConfigCmd.Flags().StringVarP(&localPathConfig, "local-path", "p", fmt.Sprintf("%s/.kube/config", home), "local path to save the kubeconfig file")

Expand Down

0 comments on commit 40882df

Please sign in to comment.