Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 1m41s
All checks were successful
Build docker container / Build image (push) Successful in 1m41s
This commit is contained in:
parent
415b07880d
commit
d6ec7a6ae8
@ -47,6 +47,7 @@ function deployRaw(){
|
|||||||
|
|
||||||
function printHelm(){
|
function printHelm(){
|
||||||
helm dependency build .
|
helm dependency build .
|
||||||
|
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