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

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


The following commit(s) were added to refs/heads/main by this push:
     new b7113538f fix(cli): openshift cli install rbac path
b7113538f is described below

commit b7113538f98947d9317caf63e90ed30a24e91cef
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