From afc2243f854a90cb73ba908b57d3663353cd77a7 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 7 Jun 2017 16:03:29 -0500 Subject: [PATCH] Fix the to_ini function name The to_ini fucntion was missed in the refactor of function names this ps fixes that. Change-Id: I2726aada96bdef451284ee993517fcb6908408ec --- helm-toolkit/templates/utils/_to_ini.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-toolkit/templates/utils/_to_ini.tpl b/helm-toolkit/templates/utils/_to_ini.tpl index b9d7421eca..f8f4a369cd 100644 --- a/helm-toolkit/templates/utils/_to_ini.tpl +++ b/helm-toolkit/templates/utils/_to_ini.tpl @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -{{- define "helm-toolkit.to_ini" -}} +{{- define "helm-toolkit.utils.to_ini" -}} {{- range $section, $values := . -}} {{- if kindIs "map" $values -}} [{{ $section }}]