Skip to content
Snippets Groups Projects
Commit efa2dff6 authored by Spencer Smith's avatar Spencer Smith
Browse files

remove conditional

parent 31a7b7d2
No related branches found
No related tags found
No related merge requests found
...@@ -83,9 +83,7 @@ spec: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment