diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-19 21:30:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 21:30:58 -0400 |
commit | f62ca64ccf58b013e4c38143036b05c76ee6f80c (patch) | |
tree | 0555aafe658cec05596e34798f25ba4efcb42f29 /roles | |
parent | 6fbc26e857146cbbee32b8df66b65fdd66730dab (diff) | |
download | openshift-f62ca64ccf58b013e4c38143036b05c76ee6f80c.tar.gz openshift-f62ca64ccf58b013e4c38143036b05c76ee6f80c.tar.bz2 openshift-f62ca64ccf58b013e4c38143036b05c76ee6f80c.tar.xz openshift-f62ca64ccf58b013e4c38143036b05c76ee6f80c.zip |
Update atomic-openshift-master.j2
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_master/templates/atomic-openshift-master.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/atomic-openshift-master.j2 b/roles/openshift_master/templates/atomic-openshift-master.j2 index 156bb49d6..850fae0e4 100644 --- a/roles/openshift_master/templates/atomic-openshift-master.j2 +++ b/roles/openshift_master/templates/atomic-openshift-master.j2 @@ -1,6 +1,6 @@ OPTIONS=--loglevel={{ openshift.master.debug_level | default(2) }} CONFIG_FILE={{ openshift_master_config_file }} -{% if openshift_push_via_dns %} +{% if openshift_push_via_dns | default(false) %} OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc:5000 {% endif %} {% if openshift.common.is_containerized | bool %} |