diff --git a/couchdb/README.md b/couchdb/README.md index ca3716b..577960a 100644 --- a/couchdb/README.md +++ b/couchdb/README.md @@ -17,7 +17,7 @@ storage volumes to each Pod in the Deployment. $ helm repo add couchdb https://apache.github.io/couchdb-helm $ helm install couchdb/couchdb \ --set allowAdminParty=true \ - --set couchdbConfig.couchdb.uuid=$(curl https://www.uuidgenerator.net/api/version4 2>/dev/null | tr -d -) + --set couchdbConfig.couchdb.uuid=$(( uuidgen 2>/dev/null || cat /proc/sys/kernel/random/uuid ) | tr "[A-Z]" "[a-z]") ``` ## Prerequisites