fix typo in openshift port settings
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
0ef616444b
commit
d0e264953b
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ openshift_master_default_subdomain={{openshift_app_subdomain}}
|
|||
# Configure master API and console ports.
|
||||
# These will default to 8443
|
||||
{% if openshift_api_port is defined and openshift_console_port is defined %}
|
||||
{% if openshift_api port and openshift_console_port %}
|
||||
{% if openshift_api_port and openshift_console_port %}
|
||||
openshift_master_api_port={{openshift_api_port}}
|
||||
openshift_master_console_port={{openshift_console_port}}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue