fix gh highlighting

This commit is contained in:
Stavros Kois
2023-03-19 12:17:39 +02:00
committed by GitHub
parent a8d969d398
commit a0e46fb34b

View File

@@ -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 . -}}