From 1a40bf6a3850f0012fd6162202fc3077a585935d Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 26 Oct 2021 17:07:35 +0100 Subject: [PATCH] further func comment for env var --- function/proto/function.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/proto/function.proto b/function/proto/function.proto index d2f9e25..a3c35af 100644 --- a/function/proto/function.proto +++ b/function/proto/function.proto @@ -49,7 +49,7 @@ message DeployRequest { // go111, go113, go116 // python37, python38, python39 string runtime = 6; - // environment variables to pass in + // environment variables to pass in at runtime map env_vars = 7; }