thelabdude commented on a change in pull request #292:
URL: https://github.com/apache/solr-operator/pull/292#discussion_r675021103
##########
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:
Would appreciate some advice on how best to handle this? Maybe just add
the same:
```
// +optional
BusyBoxImage *ContainerImage `json:"busyBoxImage,omitempty"`
```
For the Prometheus exporter CRD?
--
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]