File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,10 @@ JSON serialised dictionary containing the following keys and values:
152
152
the client will default to ``signal `` mode.
153
153
- **env ** (optional): A dictionary of environment variables to set for the kernel.
154
154
These will be added to the current environment variables before the kernel is
155
- started.
155
+ started. Existing environment variables can be referenced using ``${<ENV_VAR>} `` and
156
+ will be substituted with the corresponding value. Administrators should note that use
157
+ of ``${<ENV_VAR>} `` can expose sensitive variables and should use only in controlled
158
+ circumstances.
156
159
- **metadata ** (optional): A dictionary of additional attributes about this
157
160
kernel; used by clients to aid in kernel selection. Metadata added
158
161
here should be namespaced for the tool reading and writing that metadata.
You can’t perform that action at this time.
0 commit comments