Chart.yaml
filehelm package .
in the root of projectapp-$version.tgz
file to hack/
./generate-index.sh $version
in hack/
and copy new lines in hack/index.taml
to index.yaml
.tgz
file to releaseshelm template ./ --values ./hack/test-values/secret-file-deployment.yaml > /tmp/helm-result.yaml
in the root of the projectdiff /tmp/helm-result.yaml hack/test-values/expected-results/some-file.yaml
hack/test-values/expected-results
run this in the root of the project:
helm template ./ --values ./hack/test-values/secret-file-deployment.yaml > ./hack/test-values/expected-results/secret-file-deployment.yaml