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 8d0eeb73182f0b6a13c78c7f51e4dea9b96e8d1a
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue Nov 30 11:26:58 2021 +0100

    chore(rbac): Remove pods permissions from the builder role
---
 resources/builder/builder-role.yaml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/resources/builder/builder-role.yaml 
b/resources/builder/builder-role.yaml
index 7051f64..e3642eb 100644
--- a/resources/builder/builder-role.yaml
+++ b/resources/builder/builder-role.yaml
@@ -42,19 +42,6 @@ rules:
 - apiGroups:
   - ""
   resources:
-  - pods
-  verbs:
-  - create
-  - delete
-  - deletecollection
-  - get
-  - list
-  - patch
-  - update
-  - watch
-- apiGroups:
-  - ""
-  resources:
   - configmaps
   - secrets
   verbs:

Reply via email to