Revert "Support bash's process substitution on kubeconfig flag (#1211)" (#1217)

This reverts commit 274d841380.
mine
Fernand Galiana 2021-08-06 06:48:33 -06:00 committed by GitHub
parent b232dacf3c
commit 495b078f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func initK9sFlags() {
}
func initK8sFlags() {
k8sFlags = genericclioptions.NewConfigFlags(true)
k8sFlags = genericclioptions.NewConfigFlags(false)
rootCmd.Flags().StringVar(
k8sFlags.KubeConfig,