You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2017/11/29 19:23:02 UTC

[incubator-openwhisk-deploy-kube] branch master updated: use v2 design docs in controller/invoker (#101)

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 914a1ba  use v2 design docs in controller/invoker (#101)
914a1ba is described below

commit 914a1ba2dbf385a717b185b92942aff3c3ac42a4
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Nov 29 14:22:59 2017 -0500

    use v2 design docs in controller/invoker (#101)
---
 kubernetes/controller/controller.yml | 4 ++--
 kubernetes/invoker/invoker.yml       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kubernetes/controller/controller.yml b/kubernetes/controller/controller.yml
index 4038f4c..b70e447 100644
--- a/kubernetes/controller/controller.yml
+++ b/kubernetes/controller/controller.yml
@@ -119,9 +119,9 @@ spec:
         - name: "DB_PROVIDER"
           value: "CouchDB"
         - name: "DB_WHISK_ACTIONS_DDOC"
-          value: "whisks"
+          value: "whisks.v2"
         - name: "DB_WHISK_ACTIVATIONS_DDOC"
-          value: "whisks"
+          value: "whisks.v2"
         - name: "DB_WHISK_ACTIVATIONS_FILTER_DDOC"
           value: "whisks-filters.v2"
         - name: "DB_WHISK_ACTIVATIONS"
diff --git a/kubernetes/invoker/invoker.yml b/kubernetes/invoker/invoker.yml
index 57d1c38..c18fa16 100644
--- a/kubernetes/invoker/invoker.yml
+++ b/kubernetes/invoker/invoker.yml
@@ -118,9 +118,9 @@ spec:
           - name: "DB_PROVIDER"
             value: "CouchDB"
           - name: "DB_WHISK_ACTIONS_DDOC"
-            value: "whisks"
+            value: "whisks.v2"
           - name: "DB_WHISK_ACTIVATIONS_DDOC"
-            value: "whisks"
+            value: "whisks.v2"
           - name: "DB_WHISK_ACTIVATIONS_FILTER_DDOC"
             value: "whisks-filters.v2"
           - name: "DB_WHISK_ACTIVATIONS"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].