📜 Kairos Helm charts
Go to file
2022-09-06 22:30:32 +02:00
.github/workflows Initial import 2022-09-02 17:16:20 +02:00
charts bump crd version 2022-09-06 22:30:32 +02:00
LICENSE Initial commit 2022-09-02 00:09:42 +02:00
README.md Update README.md 2022-09-02 17:19:59 +02:00

helm-charts

Usage

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 c3os https://c3os-io.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 <alias> to see the charts.

To install the c3os/c3os-crds chart:

helm install c3os-crd c3os/c3os-crds

To uninstall the chart:

helm delete c3os-crd