Cheat Sheet - Helm

Cheat Sheet - Helm

Only render selected template in Helm

helm template -s templates\deployment.yaml azure-vote-front -n demo	

Deploy release into a specific non-existing namespace

helm install --namespace foobar --create-namespace azure-vote-front .\azure-vote-front\

Delete a release

helm uninstall azure-vote-front --namespace demo

List available charts under a repo

helm repo update
helm search repo