Skip to content

Commit

Permalink
Revert "Support bash's process substitution on kubeconfig flag (#1211)…
Browse files Browse the repository at this point in the history
…" (#1217)

This reverts commit 274d841.
  • Loading branch information
derailed committed Aug 6, 2021
1 parent b232dac commit 495b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Expand Up @@ -192,7 +192,7 @@ func initK9sFlags() {
}

func initK8sFlags() {
k8sFlags = genericclioptions.NewConfigFlags(true)
k8sFlags = genericclioptions.NewConfigFlags(false)

rootCmd.Flags().StringVar(
k8sFlags.KubeConfig,
Expand Down

0 comments on commit 495b078

Please sign in to comment.