Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m50s
All checks were successful
Build docker container / Build image (push) Successful in 1m50s
This commit is contained in:
parent
d6ec7a6ae8
commit
63e69a5ffe
@ -46,7 +46,7 @@ function deployRaw(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function printHelm(){
|
function printHelm(){
|
||||||
helm dependency build .
|
helm dependency build ${REPO_PATH:-.}
|
||||||
helm dependency list
|
helm dependency list
|
||||||
helm template -g . --set-json="chart_template.subchartData=$(yq '.dependencies[] | select(.condition == "subchart")' Chart.yaml -ojson | jq -rc)"
|
helm template -g . --set-json="chart_template.subchartData=$(yq '.dependencies[] | select(.condition == "subchart")' Chart.yaml -ojson | jq -rc)"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user