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

Fixed helm name to cassandra-operator in documentation #223

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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