Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #223 from Orange-OpenSource/quickfix-helm-doc
Browse files Browse the repository at this point in the history
Fixed helm name to cassandra-operator in documentation
  • Loading branch information
fdehay authored Jun 12, 2020
2 parents 547f7ab + d63a9e3 commit 9eff6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/2_setup/1_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Then the chart itself depending on your installed version of Helm:
```bash
# You have to create the namespace before executing following command
kubectl apply -f https://raw.githubusercontent.com/Orange-OpenSource/casskop/master/deploy/crds/db.orange.com_cassandraclusters_crd.yaml
helm install casskop --namespace=cassandra orange-incubator/casskop
helm install casskop --namespace=cassandra orange-incubator/cassandra-operator
```

</TabItem>
Expand All @@ -64,7 +64,7 @@ kubectl create -f tiller-clusterrolebinding.yaml
helm init --service-account tiller --upgrade

# Deploy operator
helm install --name=casskop --namespace=cassandra orange-incubator/casskop
helm install --name=casskop --namespace=cassandra orange-incubator/cassandra-operator
```

</TabItem>
Expand Down

0 comments on commit 9eff6f2

Please sign in to comment.