瀏覽代碼

1279746: Fix leftover disabled features line in config template.

Devan Goodwin 9 年之前
父節點
當前提交
d9e8e0ea82
共有 1 個文件被更改,包括 0 次插入1 次删除
  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