From a0e46fb34b64657fac566840bb10afafdcab11d0 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 19 Mar 2023 12:17:39 +0200 Subject: [PATCH] fix gh highlighting --- library/common/templates/spawner/_portal.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/spawner/_portal.tpl b/library/common/templates/spawner/_portal.tpl index c0f83701..206d6e18 100644 --- a/library/common/templates/spawner/_portal.tpl +++ b/library/common/templates/spawner/_portal.tpl @@ -24,7 +24,7 @@ {{- $serviceData := dict "targetSelector" $targetSelector.service -}} {{- $selectedService := fromYaml ( include "tc.v1.common.lib.helpers.getSelectedServiceValues" (dict "rootCtx" $ "objectData" $serviceData)) }} - {{/* read loadbalancer IP's for metallb */}} + {{/* read loadbalancer IPs for metallb */}} {{- if eq $selectedService.type "LoadBalancer" -}} {{- with $selectedService.loadBalancerIP -}} {{- $host = toString . -}}