From daf76db97f30c8632cbdf26322f869da501e3498 Mon Sep 17 00:00:00 2001 From: Shubham Agarwal Date: Wed, 14 Jul 2021 00:11:42 +0530 Subject: [PATCH] Revert "bug: remove additional operator-backed items in the developer catalog in Dev Console (#165)" (#171) This reverts commit 8bae146aa37cf6a6eca506ee0e28e2a9272760b1. Co-authored-by: jannfis --- ...gitops-operator.clusterserviceversion.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deploy/olm-catalog/gitops-operator/manifests/gitops-operator.clusterserviceversion.yaml b/deploy/olm-catalog/gitops-operator/manifests/gitops-operator.clusterserviceversion.yaml index 38d530e22..465ed0beb 100644 --- a/deploy/olm-catalog/gitops-operator/manifests/gitops-operator.clusterserviceversion.yaml +++ b/deploy/olm-catalog/gitops-operator/manifests/gitops-operator.clusterserviceversion.yaml @@ -100,6 +100,21 @@ spec: apiservicedefinitions: {} customresourcedefinitions: owned: + - description: GitOpsService configures a web service for rendering the GitOps UI on OpenShift + kind: GitopsService + name: gitopsservices.pipelines.openshift.io + version: v1alpha1 + displayName: GitOps Service + - kind: Application + name: applications.argoproj.io + version: v1alpha1 + displayName: Application + description: An Application is a group of Kubernetes resources as defined by a manifest. + - kind: AppProject + name: appprojects.argoproj.io + version: v1alpha1 + displayName: AppProject + description: An AppProject is a logical grouping of Argo CD Applications. - kind: ArgoCD name: argocds.argoproj.io version: v1alpha1 @@ -151,6 +166,10 @@ spec: - kind: StatefulSet name: '' version: v1 + - kind: ApplicationSet + name: applicationsets.argoproj.io + version: v1alpha1 + description: ApplicationSet is the representation of an ApplicationSet controller deployment. description: | Red Hat OpenShift GitOps is a declarative continuous delivery platform based on [Argo CD](https://argoproj.github.io/argo-cd/). It enables teams to adopt GitOps principles for managing cluster configurations and automating secure and repeatable application delivery across hybrid multi-cluster Kubernetes environments. Following GitOps and infrastructure as code principles, you can store the configuration of clusters and applications in Git repositories and use Git workflows to roll them out to the target clusters.