Skip to content

Commit

Permalink
quoted extra tags arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaezon committed Mar 4, 2022
1 parent de1c656 commit 66432d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Convert the `--extra-tags` command line arg from a map.
{{- $noop := printf "%s=%v" $key $value | append $result.pairs | set $result "pairs" -}}
{{- end -}}
{{- if gt (len $result.pairs) 0 -}}
{{- printf "%s=%s" "- --extra-tags" (join "," $result.pairs) -}}
{{- printf "- \"--extra-tags=%s\"" (join "," $result.pairs) -}}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 66432d8

Please sign in to comment.