Merge pull request #294 from runzexia/patch-1

update redis image address
This commit is contained in:
Kubernetes Prow Robot 2019-01-22 07:57:55 -08:00 committed by GitHub
commit e2a461bb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ spec:
- mountPath: /redis-master-data - mountPath: /redis-master-data
name: data name: data
- name: sentinel - name: sentinel
image: kubernetes/redis:v1 image: k8s.gcr.io/redis:v1
env: env:
- name: SENTINEL - name: SENTINEL
value: "true" value: "true"