try this
This commit is contained in:
parent
c61d9bbf90
commit
586a4f04ab
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ openshift_master_console_port={{openshift_console_port}}
|
||||||
# each OpenShift service: node, master (api and controllers).
|
# each OpenShift service: node, master (api and controllers).
|
||||||
# API and controllers environment variables are merged in single
|
# API and controllers environment variables are merged in single
|
||||||
# master environments.
|
# master environments.
|
||||||
{% if defined no_http2 %}
|
{% if no_http2 is defined %}
|
||||||
{% if no_http2 %}
|
{% if no_http2 %}
|
||||||
openshift_master_api_env_vars={"ENABLE_HTTP2": "true"}
|
openshift_master_api_env_vars={"ENABLE_HTTP2": "true"}
|
||||||
openshift_master_controllers_env_vars={"ENABLE_HTTP2": "true"}
|
openshift_master_controllers_env_vars={"ENABLE_HTTP2": "true"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue