Skip to content

Install Helm

Install | Linux

Bash
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

Bash Autocomplete

as root

Bash
helm completion bash > /etc/bash_completion.d/helm

or in bashrc

Bash
source <(helm completion bash)