true
|
| serviceAccount.annotations | Annotations to add to the service account | {}
|
| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
+| featureGates.Cassandra | | false
|
| featureGates.ClickHouse | | false
|
| featureGates.Druid | | false
|
| featureGates.Elasticsearch | | false
|
diff --git a/charts/kubedb-crd-manager/values.yaml b/charts/kubedb-crd-manager/values.yaml
index 7894722a6..405d0a4bb 100644
--- a/charts/kubedb-crd-manager/values.yaml
+++ b/charts/kubedb-crd-manager/values.yaml
@@ -69,6 +69,7 @@ serviceAccount:
name:
featureGates:
+ Cassandra: false
ClickHouse: false
Druid: false
Elasticsearch: false