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; }