We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 369bdac + fab90f4 commit 6967226Copy full SHA for 6967226
helm/aws-load-balancer-controller/templates/deployment.yaml
@@ -68,7 +68,7 @@ spec:
68
{{- end }}
69
{{- $region := tpl (default "" .Values.region) . }}
70
{{- if $region }}
71
- - --aws-region={{ .Values.region }}
+ - --aws-region={{ $region }}
72
73
{{- $vpcID := tpl (default "" .Values.vpcId) . }}
74
{{- if $vpcID }}
0 commit comments