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 <anto...@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
 }
 

Reply via email to