You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ You can found in the `charts` folder two helm charts:
56
56
#### Instanciate the `redis-operator`:
57
57
58
58
```console
59
-
helm install --name op charts/redis-operator
59
+
helm install --name op chart/redis-operator
60
60
NAME: op
61
61
LAST DEPLOYED: Tue Jan 9 23:41:13 2018
62
62
NAMESPACE: default
@@ -77,7 +77,7 @@ Thanks to the helm chart `chart/redis-cluster` you can create a `RedisCluster` C
77
77
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`
0 commit comments