janhoy opened a new issue #403:
URL: https://github.com/apache/solr-operator/issues/403


   If you have a custom `solr.xml` in a configMap, then the `solrModules` and 
`additionalLibs` configurations will not work, as they are obly applied when 
building a defualt solr.xml.
   
   Perhaps we could document that if your custom solr.xml does not contain 
these tags or they are empty, then the operator is allowed to overwrite them:
   
   ```xml
   <str name="sharedLib"></str>
   ```
   or also if the default variable is set:
   ```xml
   <str name="sharedLib">${solr.sharedLib:}</str>
   ```
   


-- 
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: [email protected]

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