From e2d4c246041a36a5004b3a1c33afd3d50bf9fce5 Mon Sep 17 00:00:00 2001 From: trisberg Date: Fri, 12 Apr 2019 13:48:19 -0400 Subject: [PATCH] Set USE_CRED_HELPERS to false - prevents service account creds from being overwritten --- pkg/core/function.go | 1 + 1 file changed, 1 insertion(+) 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"}, }, },