Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Set USE_CRED_HELPERS to false
Browse files Browse the repository at this point in the history
- prevents service account creds from being overwritten
  • Loading branch information
trisberg authored and scothis committed Apr 12, 2019
1 parent a3f76ab commit e2d4c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/core/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
Expand Down

0 comments on commit e2d4c24

Please sign in to comment.