Browse Source

Changed ImagePullPolicy from Always to IfNotPresent to avoid download issue when DNS is not working

remotes/teuto/pr_dnsmasq_enhancement
Özgür Caner 8 years ago
parent
commit
123532d2a4
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/dnsmasq/templates/dnsmasq-ds.yml

2
roles/dnsmasq/templates/dnsmasq-ds.yml

@ -25,7 +25,7 @@ spec:
capabilities: capabilities:
add: add:
- NET_ADMIN - NET_ADMIN
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
cpu: 100m cpu: 100m

Loading…
Cancel
Save