Skip to content

Commit b19de30

Browse files
committed
fix: shorten resource names
1 parent 116d877 commit b19de30

File tree

1 file changed

+2
-0
lines changed
  • charts/cluster-api-runtime-extensions-nutanix/addons/aws-load-balancer-controller

1 file changed

+2
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/aws-load-balancer-controller/values-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ clusterName: "{{ .ControlPlane.spec.eksClusterName }}"
77
{{- else }}
88
clusterName: "{{ .Cluster.metadata.name }}"
99
{{- end }}
10+
# Set this value to avoid stutter in the resource names.
11+
fullnameOverride: aws-load-balancer-controller

0 commit comments

Comments
 (0)