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/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 3dc8b73 docs fix: Helm v3 doesn't automatically create the target
namespace (#600)
3dc8b73 is described below
commit 3dc8b735527c9a64b6aa3c593ee436e87c53da29
Author: David Grove <[email protected]>
AuthorDate: Thu Jun 18 14:47:48 2020 -0400
docs fix: Helm v3 doesn't automatically create the target namespace (#600)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 930875a..e42c93d 100644
--- a/README.md
+++ b/README.md
@@ -232,7 +232,7 @@ used below.
Deployment can be done by using the following single command:
```shell
-helm install owdev ./helm/openwhisk -n openwhisk -f mycluster.yaml
+helm install owdev ./helm/openwhisk -n openwhisk --create-namespace -f
mycluster.yaml
```
Deploying to OKD/OpenShift uses the command sequence: