Skip to content

Commit d82b912

Browse files
authored
feat: support templated clusterName
1 parent b63a294 commit d82b912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/aws-load-balancer-controller/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
containers:
6060
- name: {{ .Chart.Name }}
6161
args:
62-
- --cluster-name={{ required "Chart cannot be installed without a valid clusterName!" .Values.clusterName }}
62+
- --cluster-name={{ required "Chart cannot be installed without a valid clusterName!" (tpl .Values.clusterName .) }}
6363
{{- if .Values.ingressClass }}
6464
- --ingress-class={{ .Values.ingressClass }}
6565
{{- end }}

0 commit comments

Comments
 (0)