Skip to content
Snippets Groups Projects
Commit 0766a001 authored by nimrod's avatar nimrod
Browse files

Fix Helm plugin installation.

parent 5834c1f0
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ then ...@@ -20,8 +20,8 @@ then
fi fi
if command -v helm > /dev/null if command -v helm > /dev/null
then then
echo Installing Hem plugins >&2 echo Installing Helm plugins >&2
eval "$(grep 'export HELM_HOME' .bashrc)" eval "$(grep 'export HELM_HOME' .bashrc)"
helm plugin remove diff helm plugin list | { ! grep --silent '^diff'; } || helm plugin remove diff
helm plugin install https://github.com/databus23/helm-diff --version master helm plugin install https://github.com/databus23/helm-diff --version master
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment