jpradoar

Jonathan Prado

See repo

How to use this repo

Add repo

helm repo add jpradoar https://jpradoar.github.io/helm-chart/ helm repo update

See all charts

helm search repo jpradoar

Install a demo deployment

helm upgrade -i -n superdemo --create-namespace superdemo jpradoar/demo

Delete demo depoyment

helm -n superdemo delete superdemo

Create new Helms (helm-chart)

helm create demo
helm package demo/
mv demo-x.y.tgz charts/
helm repo index .