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

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

commit 1828f82c149d862f5c00001d6adf6bcab4d80b61
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Tue Sep 7 14:50:36 2021 +0200

    Fix #2553: Camel-k Operator should be able to read CRDs by default in order 
to resolve Service Bindings
---
 helm/camel-k/templates/operator-role.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/helm/camel-k/templates/operator-role.yaml 
b/helm/camel-k/templates/operator-role.yaml
index 42d8f5f..1ec9512 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -274,3 +274,9 @@ rules:
   - patch
   - update
   - watch
+- apiGroups:
+  - "apiextensions.k8s.io"
+  resources:
+  - customresourcedefinitions
+  verbs:
+  - get

Reply via email to