chance2021 / helm-charts-1

Helm Packages for the Pilot Data Platform microservices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU Affero General Public License v3.0


Languages

Language:Smarty 97.6%Language:Mustache 2.4%