mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Clarify difference between node and task metadata interpolated vars.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt>NOMAD_META_<key></tt></td>
|
||||
<td>The metadata value given by <tt>key</tt> on the task's metadata</td>
|
||||
<td>The metadata value given by <tt>key</tt> on the task's metadata. Note that this is different from [${meta.<key>}](/docs/runtime/interpolation.html#node-variables-) which are keys in the node's metadata.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt>VAULT_TOKEN</tt></td>
|
||||
|
||||
Reference in New Issue
Block a user