Browse Source

remove conditional

pull/1289/head
Spencer Smith 7 years ago
parent
commit
efa2dff681
1 changed files with 0 additions and 2 deletions
  1. 2
      roles/kubernetes-apps/ansible/templates/kubedns-deploy.yml

2
roles/kubernetes-apps/ansible/templates/kubedns-deploy.yml

@ -83,9 +83,7 @@ spec:
{% if kube_log_level == '4' %} {% if kube_log_level == '4' %}
- --log-queries - --log-queries
{% endif %} {% endif %}
{% if dns_mode == 'kubedns' %}
- --local=/{{ bogus_domains }} - --local=/{{ bogus_domains }}
{% endif %}
ports: ports:
- containerPort: 53 - containerPort: 53
name: dns name: dns

Loading…
Cancel
Save