Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 375 Bytes

mycharts

How to create a new helm repo

# helm create <your_chart_name>
helm create heml-test
# Those are some personal side notes
# helm lint heml-test/*
# helm package heml-test/*
# helm repo index --url https://oliveirajoaop.github.io/my-charts/ .
# cat index.yaml
# git add . && git commit -m “Initial commit” && git push origin main