Skip to content

oliveirajoaop/mycharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages