This commit is contained in:
Kevin Fenzi 2017-10-11 00:46:24 +00:00
parent c61d9bbf90
commit 586a4f04ab

View file

@ -761,7 +761,7 @@ openshift_master_console_port={{openshift_console_port}}
# each OpenShift service: node, master (api and controllers).
# API and controllers environment variables are merged in single
# master environments.
{% if defined no_http2 %}
{% if no_http2 is defined %}
{% if no_http2 %}
openshift_master_api_env_vars={"ENABLE_HTTP2": "true"}
openshift_master_controllers_env_vars={"ENABLE_HTTP2": "true"}