willholley commented on issue #121:
URL: https://github.com/apache/couchdb-helm/issues/121#issuecomment-1629027367

   My guess is that this is a permissions issue. If you can reproduce in a test 
environment, I would see whether you can get the container running using a 
custom command e.g. update the deployment to set:
   
   ```
       command: [ "/bin/bash", "-c", "--" ]
       args: [ "while true; do sleep 30; done;" ]
   ```
   
   and then exec into the container. The standard container entrypoint is 
defined at 
https://github.com/apache/couchdb-docker/blob/main/3.3.2/docker-entrypoint.sh, 
so you could try running that manually from a shell and see whether any 
commands fail.


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

Reply via email to