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

gfournier pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
     new 0d42fca78 fix(cli): openshift cli install rbac path
0d42fca78 is described below

commit 0d42fca78a0ab16f79439d5bf0d5534f1ce54c4e
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Wed Apr 3 13:54:21 2024 +0200

    fix(cli): openshift cli install rbac path
---
 pkg/install/operator.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/install/operator.go b/pkg/install/operator.go
index 0577e2b66..4c2d0aae5 100644
--- a/pkg/install/operator.go
+++ b/pkg/install/operator.go
@@ -464,7 +464,7 @@ func installClusterRoleBinding(ctx context.Context, c 
client.Client, collection
 func installOpenShiftRoles(ctx context.Context, c client.Client, namespace 
string, customizer ResourceCustomizer, collection *kubernetes.Collection, force 
bool, global bool) error {
        if global {
                return ResourcesOrCollect(ctx, c, namespace, collection, force, 
customizer,
-                       
"/config/openshift/descoped/operator-cluster-role-openshift.yaml",
+                       
"/config/rbac/openshift/descoped/operator-cluster-role-openshift.yaml",
                        
"/config/rbac/openshift/descoped/operator-cluster-role-binding-openshift.yaml",
                )
        } else {

Reply via email to