Skip to content

Commit

Permalink
Update affinity.mdx (#15168)
Browse files Browse the repository at this point in the history
Fix the comment to correspond to the code
  • Loading branch information
Fuco1 authored Dec 1, 2022
1 parent 45f04b7 commit 5bec707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/affinity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ job "docs" {
}
task "server" {
# Prefer nodes where "my_custom_value" is greater than 5
# Prefer nodes where "my_custom_value" is greater than 3
affinity {
attribute = "${meta.my_custom_value}"
operator = ">"
Expand Down

0 comments on commit 5bec707

Please sign in to comment.