mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
fix pull policy (#34)
This commit is contained in:
parent
53f6178846
commit
9410202e50
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ spec:
|
|||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.0.1
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
|
|
Loading…
Reference in a new issue