mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02: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…
Add table
Add a link
Reference in a new issue