HoustonPutman commented on a change in pull request #253:
URL: https://github.com/apache/solr-operator/pull/253#discussion_r610781666
##########
File path: controllers/util/zk_util.go
##########
@@ -85,6 +85,10 @@ func GenerateZookeeperCluster(solrCloud *solr.SolrCloud,
zkSpec *solr.ZookeeperS
zkCluster.Spec.Pod.NodeSelector =
zkSpec.ZookeeperPod.NodeSelector
}
+ if zkSpec.ZookeeperPod.Env != nil {
+ zkCluster.Spec.Pod.Env = zkSpec.ZookeeperPod.Env
Review comment:
Nah, there's already another issue that relates to that. We can tackle
it separately and handle all objects at the same time. (They all have the same
issue)
--
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]