helmfile apply: hide diff output

Created on 29 Jan 2019  路  5Comments  路  Source: roboll/helmfile

I've belatedly discovered helmfile apply, and it works really nicely! Only issue is it displays the output of helm diff, which may include parameters that shouldn't be exposed publicly. --suppress-secrets isn't enough since not all values are secrets in the Helm charts I'm using, though that'd make sense as a long term goal for the charts.

helmfile --log-level warn shows no output- I'd like to know which charts were updated, either as a summary or the output of helmfile sync for the changed charts.

Does that sound like a reasonable feature? If so should it be the default so helmfile apply diff output is suppressed unless --log-level=debug, or a new helmfile apply arg such as --supress-diff?

Most helpful comment

I need this feature as well.

All 5 comments

I need this feature as well.

please! The logs from our first helmfile install are so huge they're impossible to read

@skeenan947 Hey! I'm curious - Which parts of helmfile logs do you need in your case?

@mumoshu I'd like to see what releases were installed. Optionally, it would be nice to get the values file passed to the chart too, but I definitely prefer to turn off the whole diff on a fresh install.

This feature would be much appreciated!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mumoshu picture mumoshu  路  4Comments

klebediev picture klebediev  路  3Comments

maver1ck picture maver1ck  路  3Comments

RafalMaleska picture RafalMaleska  路  3Comments

michaelpporter picture michaelpporter  路  3Comments