/helm-charts-1

Helm Packages for the Pilot Data Platform microservices.

Primary LanguageSmartyGNU Affero General Public License v3.0AGPL-3.0

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