shuntagami / dotfiles

MacOS / Ubuntu dotfiles
MIT License
1 stars 0 forks source link

helm plugin install https://github.com/zendesk/helm-secrets #52

Open shuntagami opened 10 months ago

shuntagami commented 10 months ago

https://github.com/futuresimple/helm-secrets#using-helm-plugin-manager--23x

❯ helm secrets edit .
Error: unknown command "secrets" for "helm"
Run 'helm --help' for usage.
❯ helm plugin install https://github.com/zendesk/helm-secrets
sops is already installed:
sops 3.8.1 (latest)
Deprecation Info
  Please note, this project is no longer being maintained.
  Link to active helm-secret plugin could be found in helm documentation: https://helm.sh/docs/community/related/#helm-plugins
Installed plugin: secrets

❯ helm secrets edit .
I’m sorry, "getopt --test" failed in this environment.

You may need to install enhanced getopt, e.g. on OSX using
"brew install gnu-getopt".
Error: plugin "secrets" exited with error

After brew install gnu-getopt

❯ which getopt
/usr/bin/getopt