mirror of
https://github.com/helm/helm.git
synced 2026-08-13 17:07:28 +00:00
This adds a function engine.FuncMap that returns a function mapping that better represents the functions passed to a template. The linting logic is reconfigured to use this function instead of the sprig.FuncMap function. Closes #1366