Skip to content

Commit

Permalink
Merge pull request #7279 from rancher-sandbox/wsl-integration-kubecon…
Browse files Browse the repository at this point in the history
…fig-fix

Default kubeconfig --verify flag to false
  • Loading branch information
Nino-K committed Jul 30, 2024
2 parents 88b962c + 222d8b9 commit ad95991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/wsl-helper/cmd/kubeconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func readKubeConfig(configPath string) (kubeConfig, error) {
}

func init() {
kubeconfigCmd.PersistentFlags().Bool("verify", true, "Checks whether the symlinked config contains non-Rancher Desktop configuration.")
kubeconfigCmd.PersistentFlags().Bool("verify", false, "Checks whether the symlinked config contains non-Rancher Desktop configuration.")
kubeconfigCmd.PersistentFlags().Bool("enable", true, "Set up config file")
kubeconfigCmd.PersistentFlags().String("kubeconfig", "", "Path to Windows kubeconfig, in /mnt/... form.")
kubeconfigViper.AutomaticEnv()
Expand Down

0 comments on commit ad95991

Please sign in to comment.