You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/01/11 00:14:34 UTC

[camel-karavan] 02/03: catalog.yaml to install operators from operatorhub

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit 0f0f5d761b1fdb38ef8c511f73998bd0fbec33bc
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Jan 10 19:04:20 2023 -0500

    catalog.yaml to install operators from operatorhub
---
 karavan-cloud/openshift/catalog.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/karavan-cloud/openshift/catalog.yaml b/karavan-cloud/openshift/catalog.yaml
new file mode 100644
index 0000000..2e5f6de
--- /dev/null
+++ b/karavan-cloud/openshift/catalog.yaml
@@ -0,0 +1,10 @@
+apiVersion: operators.coreos.com/v1alpha1
+kind: CatalogSource
+metadata:
+  name: operatorhubio-catalog
+  namespace: openshift-operators
+spec:
+  sourceType: grpc
+  image: quay.io/operatorhubio/catalog:latest
+  displayName: Community Operators
+  publisher: OperatorHub.io
\ No newline at end of file