Skip to content

Commit 3dc8b73

Browse files
authored
docs fix: Helm v3 doesn't automatically create the target namespace (#600)
1 parent 927f344 commit 3dc8b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ used below.
232232

233233
Deployment can be done by using the following single command:
234234
```shell
235-
helm install owdev ./helm/openwhisk -n openwhisk -f mycluster.yaml
235+
helm install owdev ./helm/openwhisk -n openwhisk --create-namespace -f mycluster.yaml
236236
```
237237

238238
Deploying to OKD/OpenShift uses the command sequence:

0 commit comments

Comments
 (0)