HomeLab - Install Helm
HomeLab - Install Helm
HomeLab - Install Helm
Introduction
- Install the Helm tool
Installing Helm
1
2
3
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
OR
1
brew install helm
Reference: https://helm.sh/docs/intro/install/
This post is licensed under CC BY 4.0 by the author.