This is the official Helm Charts repository for installing the Maverics Orchestrator on Kubernetes.
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 strata https://strata-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 strata
to see the charts.
To install the orchestrator chart:
helm install my-orchestrator strata/orchestrator
To uninstall the chart:
helm delete my-orchestrator
The documentation for the Maverics Orchestrator Helm Chart is available here
If you run into an issue, bug or have a question, please reach out to the Strata Identity team.
Tested locally using helm template
to validate the output is as expected under different scenarios of values.
helm template charts/orchestrator --values charts/orchestrator/example-values/minimal-orchestrator-custom-configmap.yaml