Skip to content
Snippets Groups Projects
Unverified Commit 77d31e67 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

fixup external kube-apiserver port (#4075)

parent decbcdc4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
{{ kube_apiserver_access_address }}
{%- endif -%}
external_apiserver_port: >-
{%- if loadbalancer_apiserver is defined and loadbalancer_apiserver.address and loadbalancer_apiserver.port is defined -%}
{%- if loadbalancer_apiserver is defined and loadbalancer_apiserver.address is defined and loadbalancer_apiserver.port is defined -%}
{{ loadbalancer_apiserver.port|default(kube_apiserver_port) }}
{%- else -%}
{{ kube_apiserver_port }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment