helm-secrets
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
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.