thelabdude commented on a change in pull request #292:
URL: https://github.com/apache/solr-operator/pull/292#discussion_r675636894
##########
File path: controllers/util/solr_util.go
##########
@@ -101,7 +101,7 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud,
solrCloudStatus *solr.SolrCl
defaultMode := int32(420)
probeScheme := corev1.URISchemeHTTP
- if solrCloud.Spec.SolrTLS != nil {
+ if solrCloud.UrlScheme() == "https" {
Review comment:
this is an oops actually, sorry 'bout that (some cruft from an earlier
approach), will revert back to what was there
--
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]