@ufobat the Helm chart for CouchDB is here: https://github.com/helm/charts/tree/master/incubator/couchdb
It currently uses the `ERL_FLAGS` environment variable to ensure `-name` and `-setcookie` are set to the values defined by the Helm invocation (with the defaults defined in `values.yaml`): https://github.com/helm/charts/blob/6438e35/incubator/couchdb/values.yaml#L93-L99 https://github.com/helm/charts/blob/6438e35/incubator/couchdb/templates/statefulset.yaml#L43-L62 @wohali and I had talked about exposing the full suite of things that can be twiddled in `vm.args` in the Helm chart but I have not gotten to that yet. I was briefly trying to come up with a YAML-centric way to do it but given the heterogeneity of configuration syntaxes for startup flags I think it may be better to just allow a user to drop the entire contents of a `vm.args` file into a `ConfigMap` and load it verbatim. [ Full content available at: https://github.com/apache/couchdb-docker/issues/106 ] This message was relayed via gitbox.apache.org for [email protected]
