kocolosk commented on issue #106: Inconsistency for required clustersettings. 
NODENAME and erlang cookie
URL: https://github.com/apache/couchdb-docker/issues/106#issuecomment-421108233
 
 
   @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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to