rabbah closed pull request #101: use v2 design docs in controller/invoker
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/101
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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"


 

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