Change image name in redis_pod.yaml; k8s.io/docs/tutorials/configuration/configure-redis-using-configmap/ (#14177)

pull/14193/head
Prankul 2019-05-07 06:09:40 +05:30 committed by Kubernetes Prow Robot
parent a3572b74b9
commit 25ec99b46b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: redis
image: kubernetes/redis:v1
image: redis:5.0.4
env:
- name: MASTER
value: "true"