Skip to content

Commit f83037c

Browse files
committed
adding secret to task executor
1 parent c671e8c commit f83037c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

functions-python/tasks_executor/function_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"secret_environment_variables": [
1212
{
1313
"key": "FEEDS_DATABASE_URL"
14+
},
15+
{
16+
"key": "FEEDS_CREDENTIALS",
17+
"secret": "FEEDS_CREDENTIALS"
1418
}
1519
],
1620
"ingress_settings": "ALLOW_ALL",

0 commit comments

Comments
 (0)