helm-diff
helm-diff copied to clipboard
non working install command "helm plugin install https://github.com/databus23/helm-diff"
windows 10 using gitbash
$ git --version
git version 2.41.0.windows.1
I follow the instruction of https://github.com/databus23/helm-diff#using-helm-plugin-manager--23x
$ helm plugin install https://github.com/databus23/helm-diff
Error: Unable to retrieve local repo information: exit status 1
The fix is
helm plugin install https://github.com/databus23/helm-diff.git
Thanks to fix it