Merge "Fix typo in variable name"

This commit is contained in:
Jenkins 2017-01-04 22:15:17 +00:00 committed by Gerrit Code Review
commit 7f3eb526b7

View File

@ -29,7 +29,7 @@
{{- define "kolla_toolbox_image_full" }}
{{- $c := dict "searchPath" .searchPath "Values" .Values }}
{{- $_ := set $c "contName" "kolla-toolbox" }}
{{- $_ := set $c "imageName" "kola_toolbox_image_full" }}
{{- $_ := set $c "imageName" "kolla_toolbox_image_full" }}
{{- $_ := set $c "tagName" "kolla_toolbox_image_tag" }}
{{- include "kolla_build_image_full" $c }}
{{- end }}