Skip to content

Helm Packages for the Pilot Data Platform microservices.

License

Notifications You must be signed in to change notification settings

mnaghavi/helm-charts-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Helm Charts Repository for the Pilot Data Platform

Helm v3 License: AGPL v3

Usage

Creating a new chart

helm create mychart
helm package mychart # will use version defined in chart
mv mychart-x.y.z.tgz docs # move it to the github pages folder
helm repo index docs --url https://pilotdataplatform.github.io/helm-charts/ # build index file for helm repository

Using a chart from the git repo repo

helm install deployment-name ./mychart

Using a chart from the helm repository

helm repo add pilot https://pilotdataplatform.github.io/helm-charts/
helm install deployment-name pilot/mychart

About

Helm Packages for the Pilot Data Platform microservices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%