Merge pull request #498 from teutostack/pr_dnsmasq_enhancement

Changed ImagePullPolicy from Always to IfNotPresent to avoid download…
pull/501/head
Smaine Kahlouch 2016-09-22 12:40:49 +02:00 committed by GitHub
commit 83750d14e3
1 changed files with 1 additions and 1 deletions

View File

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