Browse Source

1279746: Fix leftover disabled features line in config template.

Devan Goodwin 9 years ago
parent
commit
d9e8e0ea82
1 changed files with 0 additions and 1 deletions
  1. 0 1
      roles/openshift_master/templates/master.yaml.v1.j2

+ 0 - 1
roles/openshift_master/templates/master.yaml.v1.j2

@@ -34,7 +34,6 @@ corsAllowedOrigins:
 disabledFeatures: {{ openshift.master.disabled_features | to_json }}
 {% endif %}
 {% if openshift.master.embedded_dns | bool %}
-disabledFeatures: null
 dnsConfig:
   bindAddress: {{ openshift.master.bind_addr }}:{{ openshift.master.dns_port }}
   bindNetwork: tcp4