Todd Turner

Results 4 comments of Todd Turner

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...

Hi @oliverchang, thanks for checking out my PR! > Could we understand if a config file would also work for your use case? Or are there reasons why you'd prefer...

@oliverchang, I think `--exclude-packages` is better as it is more explicit to what the functionality actually is. I have updated the flag and documentations to reflect this. 👍