Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 309 Bytes

File metadata and controls

17 lines (14 loc) · 309 Bytes

Helm

Install

Install via script

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4
chmod 700 get_helm.sh
./get_helm.sh
helm version

Enable shell completion

helm completion bash | sudo tee /etc/bash_completion.d/helm
source ~/.bashrc