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