diff --git a/charts/kubedb-webhook-server/README.md b/charts/kubedb-webhook-server/README.md index 7dc246d31..e6f508469 100644 --- a/charts/kubedb-webhook-server/README.md +++ b/charts/kubedb-webhook-server/README.md @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser | featureGates.RabbitMQ | | false | | featureGates.Redis | | true | | featureGates.Singlestore | | false | -| featureGates.Solr | | false | +| featureGates.Solr | | true | | featureGates.ZooKeeper | | false | | imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
Example:
`helm template charts/kubedb-webhook-server \`
`--set imagePullSecrets[0].name=sec0 \`
`--set imagePullSecrets[1].name=sec1` | [] | | imagePullPolicy | Container image pull policy | IfNotPresent | diff --git a/charts/kubedb-webhook-server/values.yaml b/charts/kubedb-webhook-server/values.yaml index da77e7e48..43fd0b2ac 100644 --- a/charts/kubedb-webhook-server/values.yaml +++ b/charts/kubedb-webhook-server/values.yaml @@ -68,7 +68,7 @@ featureGates: RabbitMQ: false Redis: true Singlestore: false - Solr: false + Solr: true ZooKeeper: false # Specify an array of imagePullSecrets.