helm-charts

This repository contains the Helm charts for Ona.

Adding the Ona Helm repository

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

helm repo add ona https://onaio.github.io/helm-charts

Installing a chart

To install a chart, run the following command:

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

Updating the Ona Helm repository

To update the Ona Helm repository, run the following command:

helm repo update

Chart documentation

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

helm show readme ona/<chart-name>

Contributing

To contribute to this repository, please read the CONTRIBUTING.md file.