Skip to content

Commit

Permalink
feat: support multi namespace installs
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Scott <[email protected]>
  • Loading branch information
scottd018 committed Jun 2, 2023
1 parent 1978439 commit 5ed320c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/ocm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/mobb/ocm-operator:v0.1.0
createdAt: "2023-06-02T17:09:49Z"
createdAt: "2023-06-02T17:32:25Z"
operatorframework.io/suggested-namespace: ocm-operator
operators.operatorframework.io/builder: operator-sdk-v1.28.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -517,9 +517,9 @@ spec:
type: OwnNamespace
- supported: true
type: SingleNamespace
- supported: false
- supported: true
type: MultiNamespace
- supported: false
- supported: true
type: AllNamespaces
keywords:
- ocm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ spec:
type: OwnNamespace
- supported: true
type: SingleNamespace
- supported: false
- supported: true
type: MultiNamespace
- supported: false
- supported: true
type: AllNamespaces
keywords:
- ocm
Expand Down

0 comments on commit 5ed320c

Please sign in to comment.