phantomjinx commented on a change in pull request #2711: URL: https://github.com/apache/camel-k/pull/2711#discussion_r792026301
########## File path: config/rbac/kustomization.yaml ########## @@ -25,6 +25,7 @@ resources: - user-cluster-role.yaml - operator-role-events.yaml - operator-role-knative.yaml +- operator-role-olm.yaml Review comment: There is a [tecton test](https://github.com/apache/camel-k/blob/main/e2e/common/tekton_test.go) which installs kamel and is executed by the camel-k-operator service-account. On OCP, the OLM is available hence it tries to install via the mechanism but throws permission errors as the SA has no privileges for subscriptions etc... Therefore, this role allows this test to pass. -- 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