mcarroll1 commented on issue #736: URL: https://github.com/apache/solr-operator/issues/736#issuecomment-2545844063
I've encountered a similar issue here https://github.com/apache/solr-operator/issues/675 (referencing an older issue here: https://github.com/apache/solr-operator/issues/484). I can't say exactly what's wrong here, but my guess would be that you need to add a line under `configMap` referencing the name (gleaning this from this doc: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#populate-a-volume-with-data-stored-in-a-configmap) ``` - source: configMap: name: configset name: configset ``` -- 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]
