From ce55ddead6632bd839be40e5ff5a44c2c9622a32 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Sat, 4 Apr 2020 18:20:56 +0700 Subject: [PATCH] fix(fetchhelm): `helm init` is not required anymore --- lib/helm/fetchhelm.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/helm/fetchhelm.nix b/lib/helm/fetchhelm.nix index 3fa3230..a92ecef 100644 --- a/lib/helm/fetchhelm.nix +++ b/lib/helm/fetchhelm.nix @@ -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"