Browse Source

Merge pull request #954 from artem-panchenko/improve_dnsmasq

Explicitly set config path for DNSMasq
pull/901/head
Matthew Mosesohn 8 years ago
committed by GitHub
parent
commit
4889a3e2e1
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/dnsmasq/templates/dnsmasq-ds.yml

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

@ -20,8 +20,8 @@ spec:
- dnsmasq
args:
- -k
- "-7"
- /etc/dnsmasq.d
- -C
- /etc/dnsmasq.d/01-kube-dns.conf
securityContext:
capabilities:
add:

Loading…
Cancel
Save