# Functions
*
* check if the release exist
*/.
*
* generate helm template without tiller: helm template -f values.yaml chart_name
* Exec /usr/local/bin/helm, [template -f /tmp/values313606961 --namespace default --name hj /charts/tf-horovod]
* returns generated template file: templateFileName
*/.
* Generate value file
*/.
*
* install the release with cmd: helm install -f values.yaml chart_name
*/.