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