Helm charts for Kubernetes deployment of Rotational services.
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 rotational https://helm.rotational.dev
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
rotational to see the charts.
helm lint to ensure your chart follows best practices.helm template --debug to render chart templates locallyhelm install --dry-run --debug to render chart locally without installing certs in the cluster, setting --dry-run=server will also perform any lookups on the server.For example, to debug the Endeavor charts; in the charts/endeavor directory, run:
$ helm template --debug endeavor . --values ci/all-values.yaml