apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 111 forks source link

Remove pod labels fix after zk-op upgrade #551

Closed HoustonPutman closed 1 year ago

HoustonPutman commented 1 year ago

Resolves #490

The fix for Zookeeper pod labels is no longer necessary since #549 has been merged in for the v0.7.0 release. We can go back to using the native Zookeeper operator logic to set pod labels.

HoustonPutman commented 1 year ago

@endzyme You ok with reverting this logic and just setting the ZK resource field?

endzyme commented 1 year ago

@endzyme You ok with reverting this logic and just setting the ZK resource field?

Sorry for the delayed reply. Thanks for handling that!