mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 08:49:34 -03:00
whoops copy pasta error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user