helm-edit
helm-edit copied to clipboard
can has namespace support?
a la -n $namespace
As long as you are using a helm binary with support for the namespace flag; -n should work.
If you are seeing any errors along the lines of:
Error: fork/exec : no such file or directory
Try setting the EDITOR env variable. Something like:
export EDITOR=/usr/bin/vim
That might fix you up.
I'm using -n flag and it works out of the box
