Skip to content

Commit 5de1fa6

Browse files
authored
Merge pull request #38216 from lmandavi/Bug-2010739-Gt-selector
BZ2010739: Make correction to the Gt selector operator
2 parents 44c67ce + ba64d74 commit 5de1fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-example-node-placement-affinity-hyperconverged-cr.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
preference:
4343
matchExpressions:
4444
- key: example.io/num-cpus
45-
operator: gt
45+
operator: Gt
4646
values:
4747
- 8
48-
----
48+
----

0 commit comments

Comments
 (0)