Remove dead code

This commit is contained in:
Ian Howell 2019-05-02 10:01:33 -05:00
parent b672281dcf
commit d8f3a2377a
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ func NewForConfig(kubeconfigFilepath string) (kubernetes.Interface, error) {
panic(err.Error())
}
kubeconfigFilepath = filepath.Join(home, ".kube", "config")
// kubeconfigFilepath = flag.String("kubeconfig", fp, "(optional) absolute path to the kubeconfig file")
}
// use the current context in kubeconfigFilepath