mirror of https://github.com/dapr/samples.git
Redis has updated their naming to remove slave (#67)
This commit is contained in:
parent
0a413cf0b0
commit
b4b1553cad
|
@ -339,7 +339,7 @@ And install Redis and wait for the deployment to complete:
|
|||
```shell
|
||||
helm install redis bitnami/redis
|
||||
kubectl rollout status statefulset.apps/redis-master
|
||||
kubectl rollout status statefulset.apps/redis-slave
|
||||
kubectl rollout status statefulset.apps/redis-replicas
|
||||
```
|
||||
|
||||
### Dapr Components
|
||||
|
|
Loading…
Reference in New Issue