Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m41s

This commit is contained in:
ties 2025-03-17 13:11:35 +00:00
parent 415b07880d
commit d6ec7a6ae8

View File

@ -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)"
}