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: 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

Reply via email to