You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/12/01 13:29:39 UTC

[camel-k] 04/07: chore(rbac): Remove pods permissions from the builder role

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 <an...@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: