Skip to content

Commit f651441

Browse files
authored
Merge pull request #55 from MatthieuCoder/patch-1
Wrong folder name in readme.md
2 parents 778e57b + 8afbdf6 commit f651441

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
@@ -56,7 +56,7 @@ You can found in the `charts` folder two helm charts:
5656
#### Instanciate the `redis-operator`:
5757

5858
```console
59-
helm install --name op charts/redis-operator
59+
helm install --name op chart/redis-operator
6060
NAME: op
6161
LAST DEPLOYED: Tue Jan 9 23:41:13 2018
6262
NAMESPACE: default
@@ -77,7 +77,7 @@ Thanks to the helm chart `chart/redis-cluster` you can create a `RedisCluster` C
7777
You can configure the Topology of the cluster by providing your own `values.yml` file to helm, or settings the value with the `--set` parameters when you execute `helm install`
7878

7979
```console
80-
helm install --name mycluster charts/redis-cluster --set numberOfMaster=3 --set replicationFactor=1
80+
helm install --name mycluster chart/redis-cluster --set numberOfMaster=3 --set replicationFactor=1
8181
...
8282
```
8383

0 commit comments

Comments
 (0)