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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 50a532c  chore(install): fix wrong resource kind
50a532c is described below

commit 50a532c5657f5894dbcb73de31dd07fb523e5276
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Wed Feb 27 17:47:16 2019 +0100

    chore(install): fix wrong resource kind
---
 pkg/install/cluster.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/install/cluster.go b/pkg/install/cluster.go
index f5395b9..5b2e9f4 100644
--- a/pkg/install/cluster.go
+++ b/pkg/install/cluster.go
@@ -65,7 +65,7 @@ func SetupClusterwideResourcesOrCollect(ctx context.Context, 
clientProvider clie
        }
 
        // Install CRD for Camel Catalog (if needed)
-       if err := installCRD(ctx, c, "Integration", "crd-camel-catalog.yaml", 
collection); err != nil {
+       if err := installCRD(ctx, c, "CamelCatalog", "crd-camel-catalog.yaml", 
collection); err != nil {
                return err
        }
 

Reply via email to