mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Revert back to using an empty var as default to exclude hostname (#2110)
This commit is contained in:
committed by
Matthew Mosesohn
parent
29f5b55d42
commit
3fdb2ccf55
@@ -80,7 +80,6 @@ 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 -%}
|
||||
false
|
||||
{%- else -%}
|
||||
{{ ansible_hostname }}
|
||||
{%- endif -%}
|
||||
|
||||
Reference in New Issue
Block a user