Install CrateDB by using the operator.
Charts | Description |
---|---|
crate-operator | CrateDB operator. |
crate-operator-crds | CrateDB Custom Resource Definitions (CRDs) for Crate operator. |
Add the repo:
helm repo add crate-operator https://crate.github.io/crate-operator
List the charts:
helm search repo crate-operator
Install the chart:
helm install crate-operator/<chart_name>
See Helm docs for further usage.