This is an automated email from the ASF dual-hosted git repository.
dgrove 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 03aa015 Fix typo: kakfa -> kafka (#444)
03aa015 is described below
commit 03aa015717c79827961ed1b644a121652f43ea2a
Author: Bin Wang <[email protected]>
AuthorDate: Tue Mar 19 08:22:00 2019 -0400
Fix typo: kakfa -> kafka (#444)
---
docs/configurationChoices.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/configurationChoices.md b/docs/configurationChoices.md
index 7b3ab2b..38c65d5 100644
--- a/docs/configurationChoices.md
+++ b/docs/configurationChoices.md
@@ -40,8 +40,8 @@ NOTE: The Helm-based deployment does not yet support setting
the replicaCount
to be greater than 1 for the following components:
- apigateway
- couchdb
-- kakfa
-- kakfaprovider
+- kafka
+- kafkaprovider
- nginx
- redis
We are actively working on reducing this list and would welcome PRs to help.