From fab90f436c83ad051396e8b88e2a04ba1e0dedd3 Mon Sep 17 00:00:00 2001 From: Florin Vlaicu <19238716+fvlaicu@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:31:42 +0200 Subject: [PATCH] https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3664 missed to point to the computed value. --- helm/aws-load-balancer-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/aws-load-balancer-controller/templates/deployment.yaml b/helm/aws-load-balancer-controller/templates/deployment.yaml index da672ab34..d1de13d43 100644 --- a/helm/aws-load-balancer-controller/templates/deployment.yaml +++ b/helm/aws-load-balancer-controller/templates/deployment.yaml @@ -68,7 +68,7 @@ spec: {{- end }} {{- $region := tpl (default "" .Values.region) . }} {{- if $region }} - - --aws-region={{ .Values.region }} + - --aws-region={{ $region }} {{- end }} {{- $vpcID := tpl (default "" .Values.vpcId) . }} {{- if $vpcID }}