Update job_init.go

minor
This commit is contained in:
Chris Baker 2019-02-13 17:25:17 -05:00 committed by Preetha Appan
parent d405881e34
commit ab02f4588e
No known key found for this signature in database
GPG key ID: 9F7C19990A50EAFC

View file

@ -375,14 +375,14 @@ job "example" {
# attribute specifies the name of a node attribute or metadata
# attribute = "${node.datacenter}"
#
# target can be used to define desired percentages of allocations
# in each target attribute value.
# targets can be used to define desired percentages of allocations
# for each targeted attribute value.
#
# target "us-east1" {
# percent = 60
# percent = 60
# }
# target "us-west1" {
# percent = 40
# percent = 40
# }
# }