https://github.com/strata-io/helm-charts
The official Helm Charts for Maverics
https://github.com/strata-io/helm-charts
distributed helm helm-chart identity kubernetes maverics oidc orchestration rbac saml webauthn
Last synced: 5 months ago
JSON representation
The official Helm Charts for Maverics
- Host: GitHub
- URL: https://github.com/strata-io/helm-charts
- Owner: strata-io
- License: mit
- Created: 2023-07-25T18:09:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T17:31:47.000Z (10 months ago)
- Last Synced: 2025-10-11T08:38:52.356Z (9 months ago)
- Topics: distributed, helm, helm-chart, identity, kubernetes, maverics, oidc, orchestration, rbac, saml, webauthn
- Language: Smarty
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Strata Identity Kubernetes Helm Charts
This is the official Helm Charts repository for installing the Maverics Orchestrator
on Kubernetes.
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) 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
## Documentation
The documentation for the Maverics Orchestrator Helm Chart is available
[here](https://github.com/strata-io/helm-charts/charts/orchestrator/README.md)
## Support
If you run into an issue, bug or have a question, please reach out to the [Strata
Identity team](https://www.strata.io/company/contact/).
## Testing
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`