Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 770 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 770 Bytes

Caktus Helm Charts

This repository contains Helm charts by Caktus Group.

Adding the Caktus Helm repository

To add the Caktus Helm repository, run the following command:

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

Searching for a chart

To see the charts available to install and their versions, run:

helm search repo caktus

Installing a chart

To install a chart, run:

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

Updating the Caktus Helm repository

To update the Caktus Helm repository, run:

helm repo update

Chart documentation

For more information about a chart, run the following command:

helm show readme caktus/<chart-name>