Skip to content

Commit

Permalink
Merge pull request #3806 from fvlaicu/fix-deployment-tpl
Browse files Browse the repository at this point in the history
[helm chart] Fix passing template values for region
  • Loading branch information
k8s-ci-robot authored Jan 18, 2025
2 parents 369bdac + fab90f4 commit 6967226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6967226

Please sign in to comment.