We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0efaa commit 0dd2305Copy full SHA for 0dd2305
docs/howto/catalog-queries.md
@@ -15,7 +15,7 @@ curl -k https://localhost:8443/catalogs/operatorhubio/all.json | <query>
15
Available packages in a catalog
16
:
17
``` terminal
18
-jq -s '.[] | select( .schema == "olm.package")
+jq -s '.[] | select( .schema == "olm.package")'
19
```
20
21
Packages that support `AllNamespaces` install mode and do not use webhooks
0 commit comments