Skip to content

Commit fab90f4

Browse files
committed
#3664 missed to point to the computed value.
1 parent cb5271e commit fab90f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
{{- end }}
6969
{{- $region := tpl (default "" .Values.region) . }}
7070
{{- if $region }}
71-
- --aws-region={{ .Values.region }}
71+
- --aws-region={{ $region }}
7272
{{- end }}
7373
{{- $vpcID := tpl (default "" .Values.vpcId) . }}
7474
{{- if $vpcID }}

0 commit comments

Comments
 (0)