Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 720 Bytes

helm-charts

An collections of helm chart

Usage

The current repo charts can be viewed in charts

Helm must be installed to use the charts.
Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add tlbueno https://tlbueno.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo tlbueno to see the charts.

To install the a chart:

helm install my-<chart-name> tlbueno/<chart-name>

To uninstall the chart:

helm delete my-<chart-name>