Skip to content

Commit aa36513

Browse files
Harrison HeckOleg Sucharevich
authored andcommitted
docs: fix typo in namespace argument (#46)
1 parent f703dd5 commit aa36513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ List of the resources that will be created
6969
After a successfull installation of Venona, you'll be able to run a Codefresh pipeline on the configured cluster.
7070
However, the pipeline itself dosent have any permission to connect to the hosted cluster.
7171
To make it work you need to add the cluster to Codefresh (make sure the service acount has all the permissions you need)
72-
> codefresh create cluster --kube-context CONTEXT_NAME --namesapce NAMESPACE --serviceaccount SERVICE_ACCOUNT --behind-firewall
72+
> codefresh create cluster --kube-context CONTEXT_NAME --namespace NAMESPACE --serviceaccount SERVICE_ACCOUNT --behind-firewall
7373

7474
#### Upgrade
7575
To upgrade existing runtime-environment, a one that was created without Venona's agent, run:
@@ -79,4 +79,4 @@ Example: `codefresh get cluster`
7979
Example: `venona install --cluster-name CLUSTER`
8080
* Get the status <br />
8181
Example: `venona status RUNTIME-ENVIRONMENT`
82-
Example: `kubectl get pods -n NAMESPACE`
82+
Example: `kubectl get pods -n NAMESPACE`

0 commit comments

Comments
 (0)