thelabdude commented on a change in pull request #292:
URL: https://github.com/apache/solr-operator/pull/292#discussion_r675040418
##########
File path: controllers/solrprometheusexporter_controller.go
##########
@@ -216,6 +216,11 @@ func (r *SolrPrometheusExporterReconciler) Reconcile(req
ctrl.Request) (ctrl.Res
}
}
}
+ } else if prometheusExporter.Spec.SolrReference.SolrTLS != nil &&
prometheusExporter.Spec.SolrReference.SolrTLS.MountedTLSDir != nil {
+ tlsClientOptions = &util.TLSClientOptions{}
+ tlsClientOptions.TLSOptions =
prometheusExporter.Spec.SolrReference.SolrTLS
+ // TODO: How to get this from the SolrCloud reference?
Review comment:
SGTM ;-) Will update shortly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]