janhoy commented on issue #740: URL: https://github.com/apache/solr-operator/issues/740#issuecomment-2556648807
Hi. I normally prefer letting the Application that will index content to Solr own also the configSet and collection. Thus when your application first talks to Solr, it will check if Collection X and ConfigSet Y exists, if not it will upload and create. If you for some reason want a pre-canned config, I have had success using helm post-install hooks, in which you can run a script that waits for ready state and then does whatever. -- 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]
