Skip to content
master
Go to file
Code
This branch is 23 commits ahead, 13 commits behind Telefonica:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

helm-charts

Kubernetes applications

How to add a new chart

$ helm package $YOUR_CHART_PATH/ # to build the tgz file
$ helm repo index . # create or update the index.yaml for repo
$ git add .
$ git commit -m 'Your commit message'
$ git push

How to use this chart repo

$ helm repo add jdev 'https://github.com/JWebDev/helm-charts/'
$ helm repo update
$ helm search <your-chart-name>

About

Kubernetes applications

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.