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 d9445829aff68f0b5741a33d717d5386e7b91297
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Fri Oct 11 10:41:00 2019 +0200

    fix(OLM): Add missing roles for messaging.knative.dev group
---
 deploy/operator-role-olm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy/operator-role-olm.yaml b/deploy/operator-role-olm.yaml
index ca1ee2f..3c88bcc 100644
--- a/deploy/operator-role-olm.yaml
+++ b/deploy/operator-role-olm.yaml
@@ -169,6 +169,7 @@ rules:
   - watch
 - apiGroups:
   - eventing.knative.dev
+  - messaging.knative.dev
   resources:
   - "*"
   verbs:

Reply via email to