Support Helm Diff
osterman opened this issue · 0 comments
osterman commented
what
- Many flags break
helm diff
--wait
can be replaced withwait: true
--force
is dangerous and shouldn't be used blindly--reset-values
is extraneous (roboll/helmfile#210 (comment))--timeout
also not supported and hopefully not generally needed
why
- The argument is only compatible with
helm upgrade
orhelm install
wait: true
was recently released