whoops copy pasta error

This commit is contained in:
Kjeld Schouten-Lebbing
2023-03-08 10:58:25 +01:00
parent c4957f97c8
commit 5e04907aa8

View File

@@ -10,7 +10,7 @@ objectData: The service object data
{{- $objectData := .objectData }}
type: LoadBalancer
allocateLoadBalancerNodePorts: {{- with $objectData.allocateLoadBalancerNodePorts | default false }}
allocateLoadBalancerNodePorts: {{ $objectData.allocateLoadBalancerNodePorts | default false }}
publishNotReadyAddresses: {{ include "tc.v1.common.lib.service.publishNotReadyAddresses" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim }}
{{- with (include "tc.v1.common.lib.service.externalIPs" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim) }}
externalIPs: