Helm Charts Repository for the Pilot Data Platform
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
helm install deployment-name ./mychart
helm repo add pilot https://pilotdataplatform.github.io/helm-charts/
helm install deployment-name pilot/mychart