mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 08:30:05 +01:00
fix(fetchhelm): helm init is not required anymore
This commit is contained in:
parent
962106fa22
commit
ce55ddead6
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ in {
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
export HOME="$PWD"
|
export HOME="$PWD"
|
||||||
helm init >/dev/null
|
|
||||||
echo "adding helm repo"
|
echo "adding helm repo"
|
||||||
${if repo == null then "" else "helm repo add repository ${repo}"}
|
${if repo == null then "" else "helm repo add repository ${repo}"}
|
||||||
echo "fetching helm chart"
|
echo "fetching helm chart"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue