fix: JSON filter syntax in catalog-customization.md
Removed unnecessary braces from JSON filter example. Signed-off-by: Marley <marleypowell9@gmail.com>
This commit is contained in:
@@ -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"] }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user