Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 15s
All checks were successful
Build docker container / Build image (push) Successful in 15s
This commit is contained in:
parent
76d17871fb
commit
546e72e470
@ -70,6 +70,7 @@ elif [[ "$action" == "deploy" ]]; then
|
||||
echo "# no .kube/config set"
|
||||
kubectl version --client=true
|
||||
elif [[ "$action" == "helm-print" ]]; then
|
||||
helm dependency build .
|
||||
helm template -g . --set-json="subchartData=$(yq '.dependencies[0]' Chart.yaml -ojson | jq -rc)"
|
||||
elif [[ "$action" == "debug" ]]; then
|
||||
echo "# dumping files"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user