astefanutti commented on a change in pull request #2627: URL: https://github.com/apache/camel-k/pull/2627#discussion_r705403224
########## File path: pkg/install/operator.go ########## @@ -406,13 +399,6 @@ func installLeaseBindings(ctx context.Context, c client.Client, namespace string ) } -func installServiceBindings(ctx context.Context, c client.Client, namespace string, customizer ResourceCustomizer, collection *kubernetes.Collection, force bool) error { - return ResourcesOrCollect(ctx, c, namespace, collection, force, customizer, - "/rbac/operator-role-service-binding.yaml", - "/rbac/operator-role-binding-service-binding.yaml", Review comment: It seems the `operator-role-binding-service-binding.yaml` file can also be removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org