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

Apparently spurious error if path omitted from 'helm secrets edit' command

Open bitdancer opened this issue 7 years ago • 1 comments

secrets 1.2.9, sops 3.0.5

 rdmurray@conrad:~/projects/live_storagemanager/deploy/test[93cfac3...]>helm secrets edit                    
 Edit encrypted Chart secrets.yaml

 Decrypt encrypted file, edit and then encrypt

 You can use plain sops to edit - https://github.com/mozilla/sops

 Example:
   $ helm secrets edit <SECRET_FILE_PATH>
   or $ sops <SECRET_FILE_PATH>
   $ git add <SECRET_FILE_PATH>
   $ git commit
   $ git push

 Error: Chart package required.
 Error: plugin "secrets" exited with error

The "Error: Chart package required" would appear to be spurious, since it doesn't show up when successfully editing a file.

bitdancer avatar May 25 '18 13:05 bitdancer

Did you try sops directly? Looks like this is connected with helm itself, like building local dependency packages for chart?

szibis avatar Jul 04 '18 05:07 szibis