Skip to content

Commit 6e654ca

Browse files
committed
Update with the missing ordinal value and moved it to the front to avoid truncation issues
1 parent ee48780 commit 6e654ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/services/helm-charts/dss/templates/cockroachdb-loadbalancers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
1414
{{- include (printf "%s-lb-crdb-annotations" $cloudProvider)
1515
(dict
16-
"name" ($cockroachDbLoadbalancerName | trunc 31)
16+
"name" (printf "%s-%s" ( $i | toString) $cockroachDbLoadbalancerName | trunc 31)
1717
"ip" $lb.ip
1818
"subnet" $lb.subnet
1919
"cloudProvider" $cloudProvider

0 commit comments

Comments
 (0)