Helm charts for Kubernetes deployment of TRISA 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 trisacrypto https://helm.trisa.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 trisacrypto to see the charts.
- Use
helm lintto ensure your chart follows best practices. - Use
helm template --debugto render chart templates locally - Use
helm install --dry-run --debugto render chart locally without installing certs in the cluster, setting--dry-run=serverwill also perform any lookups on the server.
For example, to debug the envoy charts; in the charts/envoy directory, run:
$ helm template --debug envoy . --values examples/alice.yaml