File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ List of the resources that will be created
6969After a successfull installation of Venona, you'll be able to run a Codefresh pipeline on the configured cluster.
7070However, the pipeline itself dosent have any permission to connect to the hosted cluster.
7171To 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
7575To upgrade existing runtime-environment, a one that was created without Venona's agent, run :
@@ -79,4 +79,4 @@ Example: `codefresh get cluster`
7979Example : ` venona install --cluster-name CLUSTER`
8080* Get the status <br />
8181Example : ` venona status RUNTIME-ENVIRONMENT`
82- Example : ` kubectl get pods -n NAMESPACE`
82+ Example : ` kubectl get pods -n NAMESPACE`
You can’t perform that action at this time.
0 commit comments