endzyme opened a new pull request, #514: URL: https://github.com/apache/solr-operator/pull/514
Zookeeper cluster CRD spec.pod.labels presently does not function as intended. StatefulSet pods receive all their labels from spec.labels. This is outlined in https://github.com/pravega/zookeeper-operator/issues/511. This change makes it so that any labels which are provided in the pod labels are merged into the spec.labels of the Zookeeper cluster CRD. This also prioritizes any labels provided by the Solr Operator, thus not allowing you to override any important labels like 'app' or 'release' when using the spec.pod.labels in the SolrCloud 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org