We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5271e commit fab90f4Copy full SHA for fab90f4
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