Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Declare dependency on knative-eventing #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ metadata:
spec:
apiservicedefinitions: {}
customresourcedefinitions:
required:
- name: knativeeventings.eventing.knative.dev
description: Represents an installation of a Knative Eventing
displayName: Knative Eventing
kind: KnativeEventing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be good it that is supported soon-ish

owned:
- name: knativeeventingkafkas.eventing.knative.dev
description: Represents an installation of a Knative components for Apache Kafka
Expand Down
2 changes: 0 additions & 2 deletions hack/catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ NAME=${NAME:-$(ls $DIR/deploy/olm-catalog)}
x=( $(echo $NAME | tr '-' ' ') )
DISPLAYNAME=${DISPLAYNAME:=${x[*]^}}

LATEST=$(find $DIR/deploy/olm-catalog -name '*version.yaml' | sort -n | sed "s/^.*\/\([^/]..*\).clusterserviceversion.yaml$/\1/" | tail -1)

indent() {
INDENT=" "
sed "s/^/$INDENT/" | sed "s/^${INDENT}\($1\)/${INDENT:0:-2}- \1/"
Expand Down