HoustonPutman commented on a change in pull request #253:
URL: https://github.com/apache/solr-operator/pull/253#discussion_r610727102



##########
File path: controllers/util/prometheus_exporter_util.go
##########
@@ -103,7 +103,7 @@ func 
GenerateSolrPrometheusExporterDeployment(solrPrometheusExporter *solr.SolrP
                exporterArgs = append(exporterArgs, "-z", 
solrConnectionInfo.CloudZkConnnectionInfo.ZkConnectionString())
 
                // Add ACL information, if given, through Env Vars
-               if hasACLs, aclEnvs := 
AddACLsToEnv(solrConnectionInfo.CloudZkConnnectionInfo); hasACLs {
+               if hasACLs, aclEnvs := 
AddACLsToEnv(solrConnectionInfo.CloudZkConnnectionInfo.AllACL, 
solrConnectionInfo.CloudZkConnnectionInfo.ReadOnlyACL); hasACLs {

Review comment:
       This is definitely a change to make separately. Since it has very little 
to do with the scope of this PR.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to