You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: helm/solr-operator/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,9 @@ The command removes all the Kubernetes components associated with the chart and
158
158
|-----|------|---------|-------------|
159
159
| watchNamespaces | string |`""`| A comma-separated list of namespaces that the solr operator should watch. If empty, the solr operator will watch all namespaces in the cluster. If set to `true`, this will be populated with the namespace that the operator is deployed to. |
160
160
| zookeeper-operator.install | boolean |`true`| This option installs the Zookeeper Operator as a helm dependency |
161
-
| metrics.enable | boolean |`true`| Enable metrics for the Solr Operator. Will be available via the "metrics"/8080 port on the solr operator pods under the "/metrics" path. |
162
161
| zookeeper-operator.use | boolean |`false`| This option enables the use of provided Zookeeper instances for SolrClouds via the Zookeeper Operator, without installing the Zookeeper Operator as a dependency. If `zookeeper-operator.install`=`true`, then this option is ignored. |
162
+
| leaderElection.enable | boolean |`true`| Enable leader election for the Solr Operator. Will work across multiple `watchNamespaces`, as long as all deployments have the same list for `watchNamespaces`. |
163
+
| metrics.enable | boolean |`true`| Enable metrics for the Solr Operator. Will be available via the "metrics"/8080 port on the solr operator pods under the "/metrics" path. |
163
164
| mTLS.clientCertSecret | string |`""`| Name of a Kubernetes TLS secret, in the same namespace, that contains a Client certificate to load into the operator. If provided, this is used when communicating with Solr. |
164
165
| mTLS.caCertSecretKey | string |`""`| Name of a Kubernetes secret, in the same namespace, that contains PEM encoded Root CA Certificate to use when connecting to Solr with Client Auth. |
165
166
| mTLS.caCertSecret | string |`""`| Name of the key in the `caCertSecret` that contains the Root CA Cert as a value. |
0 commit comments