Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.21 KB

thatDot Novelty Helm Chart

Welcome to the thatDot Novelty Helm Chart. Use this chart to easily install and configure a thatDot Novelty instance on Kubernetes.

thatDot Novelty Docs Site

Usage

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 thatdot https://helm.thatdot.com

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 thatdot to see the charts.

To install the quine-enterprise chart:

helm install my-novelty thatdot/novelty

To uninstall the chart:

helm delete my-novelty

Trial

thatDot Novelty is priopriatary software. A free trial evaluation license is available from thatdot.com. When using this helm chart with a trial license, Values.trial.enabled must be set to true and the Values.trial.email and Values.trial.apiKey fields must be set. The API key will be sent via email after registering for a trial license.