sandeepg123456 commented on issue #364:
URL: https://github.com/apache/solr-operator/issues/364#issuecomment-1162945389

   When I add volumeMounts to initContainers the pod itself is not showing up
   
   initContainers:
     - name: "install-ext-libs"
       image: solr:8.8.0
       command:
       - 'sh'
       - '-c'
       - |
         mkdir /var/tmp/ext-libs
         wget -O /var/tmp/ext-libs/mysql-connector-java-8.0.28.jar --user user 
--password 'password' https://<Domain>$
         cp -R /opt/solr/server/solr-webapp/webapp/WEB-INF/lib/* 
/var/tmp/ext-libs
       volumeMounts:
       - mountPath: /var/tmp/ext-libs
         name: solr-ext-lib
    volumes:
     - emptyDir: {}
       name: solr-ext-lib
   
   


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