Skip to content

Commit b30ea69

Browse files
authored
Merge pull request #13019 from openshift-cherrypick-robot/cherry-pick-13004-to-enterprise-3.11
[enterprise-3.11] Fixed missing , on labelPreference example JSON
2 parents c547599 + 2c4f50f commit b30ea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_guide/scheduling/scheduler.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ If no label is specified, priority is given to nodes that do not have a label.
671671
"priorities":[
672672
{
673673
"name":"<name>", <1>
674-
"weight" : 1 <2>
674+
"weight" : 1, <2>
675675
"argument":{
676676
"labelPreference":{
677677
"label": "<label>", <3>

0 commit comments

Comments
 (0)