Skip to content

Commit

Permalink
Update catalog-queries.md (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kola authored Oct 17, 2024
1 parent 8e0efaa commit 0dd2305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/catalog-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ curl -k https://localhost:8443/catalogs/operatorhubio/all.json | <query>
Available packages in a catalog
:
``` terminal
jq -s '.[] | select( .schema == "olm.package")
jq -s '.[] | select( .schema == "olm.package")'
```

Packages that support `AllNamespaces` install mode and do not use webhooks
Expand Down

0 comments on commit 0dd2305

Please sign in to comment.