helm.yml can't find chart
In helm.yml after packaging the chart, the template uses find ${HELM_CHART_LOCATION}
to find the helm chart produced. Helm doesn't drop the chart in ${HELM_CHART_LOCATION}, but rather in pwd
. Template needs to be updated to use .
as the find location.