You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/10/07 16:56:49 UTC

[GitHub] [couchdb-helm] jpapejr commented on issue #39: A value for couchdbConfig.couchdb.uuid must be set

jpapejr commented on issue #39:
URL: https://github.com/apache/couchdb-helm/issues/39#issuecomment-705066704


   Hit the link just below those instructions (the Helm chart readme link) - the tl;dr section there solves this issue.. 
   ```
   helm install couchdb/couchdb \
     --set allowAdminParty=true \
     --set couchdbConfig.couchdb.uuid=$(curl https://www.uuidgenerator.net/api/version4 2>/dev/null | tr -d -)
   ```
   
   You can, of course, generate a UUID in other ways, too. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org