File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -930,6 +930,8 @@ Enables the execution of external processes encapsulated within a containerized
930930| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured process |
931931| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
932932| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933+ | stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
934+ | arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933935| lifetime | [`containerLifetime`](#container-lifetime) | `no` | An object used to configure the container's lifetime. |
934936
935937# ##### Examples
You can’t perform that action at this time.
0 commit comments