Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 399 Bytes

File metadata and controls

25 lines (17 loc) · 399 Bytes

Helm Charts

Helm charts repository

Usage

Helm must be installed to use charts. Once Helm is set up properly, add the repo:

helm repo add rantanevich https://rantanevich.github.io/helm-charts
helm repo update

To show available charts:

helm search repo rantanevich

To install a chart:

helm install <release-name> rantanevich/<chart-name>