Redis has updated their naming to remove slave (#67)

This commit is contained in:
Evan Simkowitz 2021-11-18 22:45:09 -08:00 committed by GitHub
parent 0a413cf0b0
commit b4b1553cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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