Skip to content

Commit

Permalink
Merge pull request #1198 from Kaezon/1182-quote-extra-tags-arg
Browse files Browse the repository at this point in the history
1182 quote extra tags arg
  • Loading branch information
k8s-ci-robot authored Jun 8, 2022
2 parents 7a0ce09 + 0e03bb8 commit a0fb162
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 a0fb162

Please sign in to comment.