Skip to content

Commit

Permalink
Hub: only allow the OwnNamespace install mode (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbarrand authored Apr 2, 2024
1 parent 8be9025 commit 31afdc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-03-27T09:31:07Z"
createdAt: "2024-04-02T12:56:20Z"
operatorframework.io/suggested-namespace: openshift-kmm-hub
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -403,13 +403,13 @@ spec:
serviceAccountName: kmm-operator-hub-controller
strategy: deployment
installModes:
- supported: false
- supported: true
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
- supported: false
type: AllNamespaces
keywords:
- hub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-03-27T09:31:06Z"
createdAt: "2024-04-02T12:56:20Z"
operatorframework.io/suggested-namespace: openshift-kmm
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ spec:
deployments: null
strategy: ""
installModes:
- supported: false
- supported: true
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
- supported: false
type: AllNamespaces
keywords:
- hub
Expand Down

0 comments on commit 31afdc4

Please sign in to comment.