saurabh-adhikari commented on issue #750: URL: https://github.com/apache/solr-operator/issues/750#issuecomment-2620881139
By default, the Zookeeper Operator creates a ServiceAccount named zookeeper-operator when installed via the Solr Operator dependency chart. This behavior can be modified by overriding the configurable parameters in [solr-operator](https://github.com/apache/solr-operator/blob/0ffddb6a4be25ffb3fdad6cb3ffe759d89c5fcf2/helm/solr-operator/README.md#running-the-solr-operator) and [zookeeper-operator](https://github.com/pravega/zookeeper-operator/tree/master/charts/zookeeper-operator#configuration) through values.yaml. To create a ServiceAccount with a custom name in the default namespace (where another Solr Operator exists), following configuration can be applied: ```yaml solr-operator: serviceAccount: create: false name: zookeeper-operator-custom zookeeper-operator: serviceAccount: create: true name: zookeeper-operator-custom ``` -- 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