Change image name in redis_pod.yaml; k8s.io/docs/tutorials/configuration/configure-redis-using-configmap/ (#14177)
parent
a3572b74b9
commit
25ec99b46b
|
@ -5,7 +5,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: redis
|
||||
image: kubernetes/redis:v1
|
||||
image: redis:5.0.4
|
||||
env:
|
||||
- name: MASTER
|
||||
value: "true"
|
||||
|
|
Loading…
Reference in New Issue