mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Oxford comma in variable interpolation summary
This improves the readability of this section.
This commit is contained in:
@@ -8,9 +8,9 @@ description: |-
|
||||
|
||||
# Variable Interpolation
|
||||
|
||||
Nomad supports interpreting two classes of variables, node attributes and
|
||||
Nomad supports interpreting two classes of variables: node attributes and
|
||||
runtime environment variables. Node attributes are interpretable in constraints,
|
||||
task environment variables and certain driver fields. Runtime environment
|
||||
task environment variables, and certain driver fields. Runtime environment
|
||||
variables are not interpretable in constraints because they are only defined
|
||||
once the scheduler has placed them on a particular node.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user