Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Fix template command to not print list of deleted files #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 23, 2019

  1. Fix template command to not print list of deleted files

    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]
    jimeh committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    735ac58 View commit details
    Browse the repository at this point in the history