diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-11-28 14:46:57 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-11-28 14:46:57 -0500 |
commit | 602310de78f785c9715f97075c67e176a2c62932 (patch) | |
tree | ff1997a11c2ef0107778fb34f97ff5a2182a7ec9 /roles/openshift_master/templates | |
parent | 8755f3279980fb9d3dc9166c197975f243893c72 (diff) | |
download | openshift-602310de78f785c9715f97075c67e176a2c62932.tar.gz openshift-602310de78f785c9715f97075c67e176a2c62932.tar.bz2 openshift-602310de78f785c9715f97075c67e176a2c62932.tar.xz openshift-602310de78f785c9715f97075c67e176a2c62932.zip |
Remove dns_port fact
Simply dns_port variable by remove from openshift_facts.
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2 index 629fe3286..d5dd9e9c0 100644 --- a/roles/openshift_master/templates/master.yaml.v1.j2 +++ b/roles/openshift_master/templates/master.yaml.v1.j2 @@ -65,7 +65,7 @@ disabledFeatures: {{ openshift.master.disabled_features | to_json }} {% endif %} {% if openshift.master.embedded_dns | bool %} dnsConfig: - bindAddress: {{ openshift.master.bind_addr }}:{{ openshift.master.dns_port }} + bindAddress: {{ openshift.master.bind_addr }}:{{ openshift_master_dns_port }} bindNetwork: tcp4 {% endif %} etcdClientInfo: |