Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 388 Bytes

helm.md

File metadata and controls

11 lines (6 loc) · 388 Bytes

Helm Cheat Sheet

helm install <chart> -f values.yaml - Installs a helm chart

helm install chart ./chart -f values.yaml - Installs a helm chart from the chart directory

helm template <chart> -f value.yaml - Templates a helm chart

helm template chart ./chart -f values.yaml - Templates a helm chart from the chart directory

helm uninstall <chart> - Uninstalls a helm chart