Skip to content

Commit 2793aa6

Browse files
Add doc on validation of custom categories
1 parent 160151b commit 2793aa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/content/en/docs/olm-integration/generation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ bundle: ...
153153
operator-sdk bundle validate ./bundle --select-optional name=operatorhub
154154
```
155155

156+
Documentation on optional validators:
157+
- [`operatorhub`][operatorhub_validator]
158+
156159
### Package manifests format
157160

158161
A [package manifests][package-manifests] format consists of on-disk manifests (CSV, CRDs and other supported kinds)
@@ -320,3 +323,4 @@ being managed, each with a `name` and `url`.
320323
[csv-markers]:/docs/building-operators/golang/references/markers
321324
[operatorhub]:https://operatorhub.io/
322325
[scorecard]:/docs/advanced-topics/scorecard
326+
[operatorhub_validator]: https://olm.operatorframework.io/docs/tasks/validate-package/#validation

0 commit comments

Comments
 (0)