Fixed documentation to have valid JSON for image_filter (#10122)
This commit is contained in:
parent
b24911661f
commit
4f5e878a17
|
@ -58,10 +58,11 @@ builder.
|
|||
```json
|
||||
{
|
||||
"image_filter": {
|
||||
"with_selector": [
|
||||
"name==my-image"
|
||||
],
|
||||
"most_recent": true
|
||||
"with_selector": [
|
||||
"name==my-image"
|
||||
],
|
||||
"most_recent": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue