Skip to content

Commit

Permalink
feat: add short-name for extensions, fix metadata (#722)
Browse files Browse the repository at this point in the history
Fixes #721

Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed Sep 24, 2023
1 parent f48112d commit af90cb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Operator SDK - Bundle Generator
description: Bundle Generation for Java Operator SDK operators
name: Operator SDK - OLM Bundle Generator
description: OLM Bundle Generation for Java Operator SDK operators
metadata:
keywords:
- operator
- kubernetes
- openshift
- olm
- csv
- bundle
# guide: ...
categories:
- cloud
# status: "preview"
keywords:
- operator
- kubernetes
- openshift
- olm
- csv
- bundle
categories:
- cloud
short-name: "olm"
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
- openshift
categories:
- "cloud"
# status: "preview"
short-name: "qosdk"

0 comments on commit af90cb5

Please sign in to comment.