You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/02/12 16:38:21 UTC

[camel-k] 03/08: chore(rbac): Let the operator install OpenShift console download link

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

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

commit d4d8dc4dd4625a5dd5959c24caaff817d03a940e
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Thu Feb 11 18:15:19 2021 +0100

    chore(rbac): Let the operator install OpenShift console download link
---
 pkg/install/cluster.go | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pkg/install/cluster.go b/pkg/install/cluster.go
index 1aea956..da05291 100644
--- a/pkg/install/cluster.go
+++ b/pkg/install/cluster.go
@@ -171,12 +171,6 @@ func SetupClusterWideResourcesOrCollect(ctx context.Context, clientProvider clie
 		}
 	}
 
-	// Install OpenShift Console download links if possible
-	err = OpenShiftConsoleDownloadLink(ctx, c)
-	if err != nil {
-		return err
-	}
-
 	return nil
 }