A Helm chart for installing and upgrading the CRDs for Crate Operator. To be able to deploy the custom resource CrateDB to a Kubernetes cluster, the API needs to be extended with a Custom Resource Definition (CRD).
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is properly set up, install the chart.
helm install crate-operator-crds crate-operator-crds
helm repo add crate-operator https://crate.github.io/crate-operator
helm search repo crate-operator
helm install crate-operator-crds crate-operator/crate-operator-crds
helm upgrade --atomic crate-operator-crds crate-operator-crds