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


The following commit(s) were added to refs/heads/master by this push:
     new 89fbad6  chore(helm): Remove duplicated rule for servicebindings
89fbad6 is described below

commit 89fbad6d727d1f1827932c58e441538d38c331be
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue Feb 9 15:44:04 2021 +0100

    chore(helm): Remove duplicated rule for servicebindings
---
 helm/camel-k/templates/operator-role.yaml | 33 ++++++++++---------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

diff --git a/helm/camel-k/templates/operator-role.yaml 
b/helm/camel-k/templates/operator-role.yaml
index 3c8158e..b96465e 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -259,28 +259,15 @@ rules:
   - update
   - watch
 - apiGroups:
-    - "operators.coreos.com"
+  - "operators.coreos.com"
   resources:
-    - servicebindings
+  - servicebindings
   verbs:
-    - create
-    - delete
-    - deletecollection
-    - get
-    - list
-    - patch
-    - update
-    - watch
-- apiGroups:
-    - "operators.coreos.com"
-  resources:
-    - servicebindings
-  verbs:
-    - create
-    - delete
-    - deletecollection
-    - get
-    - list
-    - patch
-    - update
-    - watch
+  - create
+  - delete
+  - deletecollection
+  - get
+  - list
+  - patch
+  - update
+  - watch

Reply via email to