mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-21 21:20:15 -03:30
remove conditional
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user