Incorrect link to redis-pod.yaml in Configuring Redis using a ConfigMap tutorial (#8990)
This commit is contained in:
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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue