diff --git a/config/interpolate_funcs.go b/config/interpolate_funcs.go index 1757da79ae..5d5e6f6e2e 100644 --- a/config/interpolate_funcs.go +++ b/config/interpolate_funcs.go @@ -41,7 +41,7 @@ func Funcs() map[string]ast.Function { "split": interpolationFuncSplit(), "sha1": interpolationFuncSha1(), "sha256": interpolationFuncSha256(), - "strip": interpolationFuncStrip(), + "trim": interpolationFuncTrim(), "base64encode": interpolationFuncBase64Encode(), "base64decode": interpolationFuncBase64Decode(), "upper": interpolationFuncUpper(),