helm-secrets icon indicating copy to clipboard operation
helm-secrets copied to clipboard

helm secrets edit on a path that doesn't exist instead edits secrets.yaml in the cwd if it exists

Open bitdancer opened this issue 7 years ago • 0 comments

secrets 1.2.9 with sops 3.0.5.

If you enter something like:

helm secrets edit foo.yaml

and foo.yaml doesn't exist but there is a secrets.yaml in the cwd, it will edit that secrets.yaml instead, instead of giving an error message about the path not existing.

bitdancer avatar May 25 '18 13:05 bitdancer