sergey-safarov commented on issue #274: URL: https://github.com/apache/couchdb-docker/issues/274#issuecomment-3722482571
Similar issue when CouchDB config file mounted into `/opt/couchdb/etc/local.d` from K8s ConfigMap. /docker-entrypoint.sh script try change owner for `/opt/couchdb` recursively and this fail because cannot change owner for mounted file from ConfigMap. It will be fine to exclude `/opt/couchdb/etc/local.d` from `find + chown` and just check files in this folder readable. -- 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]
