/helm-charts

helm charts repository

Primary LanguageSmarty

helm charts store to github page

create git repository on github

...

install helm cli

...

create chart

helm create test

package chart

helm package test/
helm repo index --url https://leson.github.io/helm-charts .

push to git repository

git add . 
git commit -m "initial helm chart"
git push origin master

setup githup pages on github

add chart repo on local

helm repo add myrepo https://leson.github.io/helm-charts
helm repo list
helm search myrepo