mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: fix up constraint jobspec HCL format. (#17795)
This commit is contained in:
@@ -151,7 +151,7 @@ constraint {
|
||||
```hcl
|
||||
constraint {
|
||||
distinct_property = "${meta.rack}"
|
||||
value = "3"
|
||||
value = "3"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -261,7 +261,7 @@ more than 2 instances of the task group.
|
||||
```hcl
|
||||
constraint {
|
||||
distinct_property = "${meta.rack}"
|
||||
value = "2"
|
||||
value = "2"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user