Incorrect link to redis-pod.yaml in Configuring Redis using a ConfigMap tutorial (#8990)

This commit is contained in:
yamenk
2018-06-26 01:08:21 +03:00
committed by k8s-ci-robot
parent 7125e84c78
commit 5a30d71502
@@ -95,7 +95,7 @@ You can follow the steps below to configure a Redis cache using data stored in a
1. Create the pod:
```shell
kubectl create -f https://k8s.io/tutorials/configuration/configmap/redis/redis-pod.yaml
kubectl create -f https://k8s.io/docs/tutorials/configuration/configmap/redis/redis-pod.yaml
```
In the example, the config volume is mounted at `/redis-master`.