diff --git a/pkg/core/function.go b/pkg/core/function.go index 87bd5d30f..4a61e7e64 100644 --- a/pkg/core/function.go +++ b/pkg/core/function.go @@ -145,6 +145,7 @@ func (c *client) CreateFunction(buildpackBuilder Builder, options CreateFunction {Name: "FUNCTION_ARTIFACT", Value: options.Artifact}, {Name: "FUNCTION_HANDLER", Value: options.Handler}, {Name: "FUNCTION_LANGUAGE", Value: options.Invoker}, + {Name: "USE_CRED_HELPERS", Value: "false"}, {Name: "CACHE", Value: "cache"}, }, },