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 }}]