mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Fix version constraint example in docs
Thanks @phinze!
This commit is contained in:
@@ -36,7 +36,7 @@ To do a zero-downtime deploy with jobs that use the `load` option:
|
||||
|
||||
```hcl
|
||||
constraint {
|
||||
attribute = "nomad.version"
|
||||
attribute = "${attr.nomad.version}"
|
||||
operator = "version"
|
||||
value = ">= 0.5.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user