This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 1c959a3 Use env other than hard code name (#64)
1c959a3 is described below
commit 1c959a3449348297273877792d6def663cdd5a96
Author: Ying Chun Guo <[email protected]>
AuthorDate: Mon Oct 2 22:20:37 2017 +0800
Use env other than hard code name (#64)
---
kubernetes/couchdb/docker/init.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kubernetes/couchdb/docker/init.sh
b/kubernetes/couchdb/docker/init.sh
index 85e41e3..01d6ba3 100755
--- a/kubernetes/couchdb/docker/init.sh
+++ b/kubernetes/couchdb/docker/init.sh
@@ -55,7 +55,7 @@ pushd /openwhisk
popd
# disable reduce limits on views
- curl -X PUT
http://$COUCHDB_USER:$COUCHDB_PASSWORD@$DB_HOST:$DB_PORT/_node/couchdb@couchdb0/_config/query_server_config/reduce_limit
-d '"false"'
+ curl -X PUT
http://$COUCHDB_USER:$COUCHDB_PASSWORD@$DB_HOST:$DB_PORT/_node/couchdb@$NODENAME/_config/query_server_config/reduce_limit
-d '"false"'
# create the couchdb system databases
curl -X PUT http://$COUCHDB_USER:$COUCHDB_PASSWORD@$DB_HOST:$DB_PORT/_users
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].