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

Fix Helm plugin installation.

parent 5834c1f0
Branches
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ then
fi
if command -v helm > /dev/null
then
echo Installing Hem plugins >&2
echo Installing Helm plugins >&2
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
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment