mumoshu/helm-x

Add support for suppress-secrets, history-max and atomic options

gmenuel opened this issue · 1 comments

Helm-x currently doesn't support having the --suppress-secrets option (but it seems to pass it anyway to helm) nor the --history-max option (introduced in helm3).

This cause problems for us when using helm-x with helmfile, especialy the --history-max option which is added by helmfile when calling helm-x.

Also the --atomic option is missing.