Skip to content

Commit 7e1f251

Browse files
torresprocndoit18
authored andcommitted
Update _index.md
docs: updating the docs with the changes from Helm 3: 692b1b7
1 parent 6c71759 commit 7e1f251

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/_index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ have installed [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/
1616
To deploy this controller, use the provided helm chart by running:
1717

1818
```shell
19-
helm repo add presslabs https://presslabs.github.io/charts
20-
helm install presslabs/mysql-operator --name mysql-operator
19+
helm repo add bitpoke https://helm-charts.bitpoke.io
20+
helm install mysql-operator bitpoke/mysql-operator
2121
```
2222

23-
For more information about chart values see chart
24-
[README](https://github.com/presslabs/mysql-operator/blob/master/charts/mysql-operator/README.md).
25-
This chart will deploy the controller along with an
26-
[orchestrator](https://github.com/github/orchestrator) cluster.
23+
For more information about chart values see chart [README](deploy/charts/mysql-operator/README.md). This chart will deploy the controller together with an [orchestrator](https://github.com/github/orchestrator) cluster.
2724

2825
__NOTE__: At every deploy a random password is generated for the orchestrator user. When running
2926
`helm upgrade` this will change the password on the orchestrator side but not in the clusters and

0 commit comments

Comments
 (0)