mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 11:40:10 -03:30
remove unwanted whitespace for kube_override_hostname (#2105)
This commit is contained in:
@@ -79,11 +79,11 @@ kube_hyperkube_image_repo: ""
|
||||
|
||||
# If non-empty, will use this string as identification instead of the actual hostname
|
||||
kube_override_hostname: >-
|
||||
{% if cloud_provider is defined %}
|
||||
{%- if cloud_provider is defined -%}
|
||||
false
|
||||
{% else %}
|
||||
{%- else -%}
|
||||
{{ ansible_hostname }}
|
||||
{% endif %}
|
||||
{%- endif -%}
|
||||
|
||||
# cAdvisor port
|
||||
kube_cadvisor_port: 0
|
||||
|
||||
Reference in New Issue
Block a user