sergey-safarov opened a new issue, #5834: URL: https://github.com/apache/couchdb/issues/5834
### Provide a brief overview of what the new feature is all about In K8s deployment I can set node zone using variable `COUCHDB_ZONE`. This works for most of cases that is fine. But sometime you need to override zone and set to `none`. It will be fine to override zone from `initContainer` like place `/opt/couchdb/etc/local.d/zone.ini` file with content ``` [couchdb] couchdb_zone = none ``` Could you add this feature. ### Tell us how the new feature should work. Be specific _No response_ ### Not required. Suggest how to implement the addition or change _No response_ ### Additional Context it simplify CouchDB StatefulSet description. -- 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]
