diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 7669785..2561778 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -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"