Skip to content

Commit dbe204c

Browse files
author
Per Goncalves da Silva
committed
Generate resources
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent d016417 commit dbe204c

File tree

4 files changed

+576
-60
lines changed

4 files changed

+576
-60
lines changed

crds/operators.coreos.com_catalogsources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ spec:
631631
most preferred is the one with the greatest sum of weights, i.e.
632632
for each node that meets all of the scheduling requirements (resource
633633
request, requiredDuringScheduling anti-affinity expressions, etc.),
634-
compute a sum by iterating through the elements of this field and adding
635-
"weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
634+
compute a sum by iterating through the elements of this field and subtracting
635+
"weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the
636636
node(s) with the highest sum are the most preferred.
637637
type: array
638638
items:

0 commit comments

Comments
 (0)