-
Notifications
You must be signed in to change notification settings - Fork 155
Suppress decrypted file list from helm secrets template
output
#132
Comments
This is the same issue I described here: #126 |
For all wrapped Helm commands the list of decrypted files is printed as they get removed at the end of plugin execution. For the `template` command this is undesired, as it means you cannot simply run `helm secrets template` and get valid YAML output. This change suppresses the output of deleted files for the `template` only, meaning it does not alter the behavior of other commands, but just fixes the `template` command to work as I imagine most people would expect it to work. [Fixes issues zendesk#126 and zendesk#132]
Bump. 👀 |
Came here for this. |
I want to point out this fundamentally breaks a When there's a newer In my opinion, this needs to be moved up in priority. How do we get more sights on this issue? |
Just ran into this. Unfortunately will need to fork as this interferes with the helm template workflow. A good philosophy might be that helm secrets should produce stdout that is YAML compatible comments, a list of files preceded with # would have avoided this issue. |
I want to pipe the output of
helm secrets template
to some yaml processor while an error occurred because an extra line in the outputIt seems helm secrets print the list of decrypted files to stdout. Is it possible to suppress this message?
The text was updated successfully, but these errors were encountered: