Creating a helm chart Pre-requisites helm Installing Helm BrewOne linerOther brew install helm curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash See Installing Helm Create a helm chart Simple wayUsing name of current folder helm create <name> helm create $(basename $(pwd)) Want to make this site better? Open a PR or help fund hosting costs