You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/10 02:34:18 UTC

[GitHub] daisy-ycguo closed pull request #312: fix typo in default db prefix in provider readmes

daisy-ycguo closed pull request #312: fix typo in default db prefix in provider readmes
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/312
 
 
   

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/helm/openwhisk-providers/charts/ow-alarm/README.md b/helm/openwhisk-providers/charts/ow-alarm/README.md
index 0121352..924dc5b 100644
--- a/helm/openwhisk-providers/charts/ow-alarm/README.md
+++ b/helm/openwhisk-providers/charts/ow-alarm/README.md
@@ -33,7 +33,7 @@ To use a different CouchDB instance, config the database parameters in `value.ya
 ```
 db:
   external: true
-  prefix: "cldt"
+  prefix: "alm"
   host: "0.0.0.0"
   port: 5984
   protocol: "http"
diff --git a/helm/openwhisk-providers/charts/ow-kafka/README.md b/helm/openwhisk-providers/charts/ow-kafka/README.md
index a619dbf..1fb1a5a 100644
--- a/helm/openwhisk-providers/charts/ow-kafka/README.md
+++ b/helm/openwhisk-providers/charts/ow-kafka/README.md
@@ -27,13 +27,13 @@ A CouchDB instance is required to save the event data. You can use the same Couc
 ```
 db:
   external: false
-  prefix: "cldt"
+  prefix: "kp"
 ```
 To use a different CouchDB instance, config the database parameters in `value.yaml` as:
 ```
 db:
   external: true
-  prefix: "cldt"
+  prefix: "kp"
   host: "0.0.0.0"
   port: 5984
   protocol: "http"


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services