From 123532d2a47018cb87b8a1f04761c13380481216 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=96zg=C3=BCr=20Caner?= <oc@teuto.net>
Date: Tue, 20 Sep 2016 10:32:05 +0200
Subject: [PATCH] Changed ImagePullPolicy from Always to IfNotPresent to avoid
 download issue when DNS is not working

---
 roles/dnsmasq/templates/dnsmasq-ds.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/dnsmasq/templates/dnsmasq-ds.yml b/roles/dnsmasq/templates/dnsmasq-ds.yml
index 44c046f18..7e5d3dffa 100644
--- a/roles/dnsmasq/templates/dnsmasq-ds.yml
+++ b/roles/dnsmasq/templates/dnsmasq-ds.yml
@@ -25,7 +25,7 @@ spec:
             capabilities:
               add:
                 - NET_ADMIN
-          imagePullPolicy: Always
+          imagePullPolicy: IfNotPresent
           resources:
             limits:
               cpu: 100m
-- 
GitLab