Skip to content

Commit 6967226

Browse files
authored
Merge pull request #3806 from fvlaicu/fix-deployment-tpl
[helm chart] Fix passing template values for region
2 parents 369bdac + fab90f4 commit 6967226

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)