This is an automated email from the ASF dual-hosted git repository.
daisyguo 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 735e576 fix typo in default db prefix in provider readmes (#312)
735e576 is described below
commit 735e576f356500424d1a1e720064ca3182da644d
Author: David Grove <[email protected]>
AuthorDate: Tue Oct 9 22:34:16 2018 -0400
fix typo in default db prefix in provider readmes (#312)
---
helm/openwhisk-providers/charts/ow-alarm/README.md | 2 +-
helm/openwhisk-providers/charts/ow-kafka/README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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"