Skip to content

Commit 8f3ce59

Browse files
authored
Merge pull request openshift#13004 from palonsoro/fix-labelPreferenceExampleComma
Fixed missing , on labelPreference example JSON
2 parents 1e89797 + 4821cbe commit 8f3ce59

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
@@ -667,7 +667,7 @@ If no label is specified, priority is given to nodes that do not have a label.
667667
"priorities":[
668668
{
669669
"name":"<name>", <1>
670-
"weight" : 1 <2>
670+
"weight" : 1, <2>
671671
"argument":{
672672
"labelPreference":{
673673
"label": "<label>", <3>

0 commit comments

Comments
 (0)