kubernetes-helm-wrapped: fix wrapper

This commit is contained in:
Marvin Strangfeld 2021-08-18 12:56:54 +02:00 committed by Matthieu Coudron
parent d4f591b375
commit 0f783d556f

View file

@ -23,8 +23,7 @@ in
# Remove the symlinks created by symlinkJoin which we need to perform
# extra actions upon
postBuild = ''
rm $out/bin/helm
makeWrapper "${helm}/bin/helm" "$out/bin/helm" "--argv0" "$0" \
wrapProgram "$out/bin/helm" \
"--set" "HELM_PLUGINS" "${pluginsDir}" ${extraMakeWrapperArgs}
'';
paths = [ helm pluginsDir ];