Repository containing MZinga related helm charts.
You must install make to install and setup git hooks on this repo.
After installing it run:
make setupHelm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add mzingaio https://mzinga-io.github.io/helm-chartsIf 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 mzingaio to see the charts.
To install the mzinga chart:
helm install mzinga mzingaio/mzingaTo uninstall the chart:
helm uninstall mzingaChart documentation is available in mzinga directory.
We'd love to have you contribute! Please refer to our contribution guidelines for details.