Merge pull request #31283 from marleypowell/patch-1

docs: fix JSON filter syntax in `catalog-customization.md`
This commit is contained in:
Andre Wanlin
2025-10-06 19:10:20 +02:00
committed by GitHub
@@ -571,10 +571,8 @@ Finally, entity predicates also support value operators that can be used in plac
```json
{
"filter": {
{
"kind": "component",
"spec.type": { "$in": ["service", "website"] }
},
"kind": "component",
"spec.type": { "$in": ["service", "website"] }
}
}
```
@@ -695,6 +693,6 @@ filter:
relations:
$contains:
type: ownedBy
target:
targetRef:
$in: [group:default/admins, group:default/viewers]
```