Merge "Change registry for fetching coredns image."

This commit is contained in:
Zuul 2020-11-30 15:23:50 +00:00 committed by Gerrit Code Review
commit 0bd8285b71
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ spec:
spec: spec:
containers: containers:
- name: coredns - name: coredns
image: coredns/coredns:1.5.0 image: quay.io/kuryr/coredns:1.5.0
imagePullPolicy: Always imagePullPolicy: Always
args: [ "-conf", "/etc/coredns/Corefile" ] args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: volumeMounts: