fix(fetchhelm): helm init is not required anymore

This commit is contained in:
Jaka Hudoklin 2020-04-04 18:20:56 +07:00
parent 962106fa22
commit ce55ddead6

View file

@ -31,7 +31,6 @@ in {
buildCommand = ''
export HOME="$PWD"
helm init >/dev/null
echo "adding helm repo"
${if repo == null then "" else "helm repo add repository ${repo}"}
echo "fetching helm chart"