Selaa lähdekoodia

1279746: Fix leftover disabled features line in config template.

Devan Goodwin 9 vuotta sitten
vanhempi
commit
d9e8e0ea82
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 }}
 disabledFeatures: {{ openshift.master.disabled_features | to_json }}
 {% endif %}
 {% endif %}
 {% if openshift.master.embedded_dns | bool %}
 {% if openshift.master.embedded_dns | bool %}
-disabledFeatures: null
 dnsConfig:
 dnsConfig:
   bindAddress: {{ openshift.master.bind_addr }}:{{ openshift.master.dns_port }}
   bindAddress: {{ openshift.master.bind_addr }}:{{ openshift.master.dns_port }}
   bindNetwork: tcp4
   bindNetwork: tcp4