sridharlreddy commented on issue #204: URL: https://github.com/apache/couchdb-docker/issues/204#issuecomment-1041370627
Hi @wohali, I also tried the same to update the configuration by putting a new file in /opt/couchdb/etc/local.d/ through configmap from k8s. Container was crashing without any error message at all and could not figure what is the reason for container to fail. I checked the helm chart on how it is handled there, it copies the file to target path via init container and that works. From your [comment](https://github.com/apache/couchdb-docker/issues/204#issuecomment-909929471) only last file loaded in config has to be writable by non-root. Is the last file decided based on alphabetical order? In that case mounting a file less ```10-xxxx``` will solve the issue? Can we add some errors to indicate the reason in this case? -- 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]
