Skip to content

Commit

Permalink
docs/olm-integration/generation.md: add optional validator operatorhu…
Browse files Browse the repository at this point in the history
…b docs (#4150)

Description of the change:
Add doc on validation of custom categories

Motivation for the change:
Follow up of #4109
  • Loading branch information
varshaprasad96 committed Oct 31, 2020
1 parent 7fe41d5 commit 9e99cad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/en/docs/olm-integration/generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ bundle: ...
operator-sdk bundle validate ./bundle --select-optional name=operatorhub
```

Documentation on optional validators:
- [`operatorhub`][operatorhub_validator]

### Package manifests format

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

0 comments on commit 9e99cad

Please sign in to comment.