diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 1424bff..8ac397d 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -46,7 +46,7 @@ function deployRaw(){ } function printHelm(){ - helm dependency build . + helm dependency build ${REPO_PATH:-.} helm dependency list helm template -g . --set-json="chart_template.subchartData=$(yq '.dependencies[] | select(.condition == "subchart")' Chart.yaml -ojson | jq -rc)" }