Skip to content

Creating a helm chart

Pre-requisites

  1. helm

Installing Helm

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

Create a helm chart

helm create <name>
helm create $(basename $(pwd))

Want to make this site better? Open a PR or help fund hosting costs