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/02/09 15:13:06 UTC

[camel-k] branch master updated: fix(olm): Add back lost rules to OLM role

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 ecc8260  fix(olm): Add back lost rules to OLM role
ecc8260 is described below

commit ecc8260bfded612ce8f3693df4cda6a02f1e1d01
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Tue Feb 9 15:17:57 2021 +0100

    fix(olm): Add back lost rules to OLM role
---
 config/rbac/operator-role-olm.yaml | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/config/rbac/operator-role-olm.yaml b/config/rbac/operator-role-olm.yaml
index 3769044..e3204ad 100644
--- a/config/rbac/operator-role-olm.yaml
+++ b/config/rbac/operator-role-olm.yaml
@@ -48,6 +48,17 @@ rules:
   - update
   - watch
 - apiGroups:
+  - policy
+  resources:
+  - poddisruptionbudgets
+  verbs:
+  - create
+  - delete
+  - get
+  - update
+  - patch
+  - list
+- apiGroups:
   - rbac.authorization.k8s.io
   resources:
   - roles
@@ -244,6 +255,19 @@ rules:
   - list
   - watch
 - apiGroups:
+  - "coordination.k8s.io"
+  resources:
+  - leases
+  verbs:
+  - create
+  - delete
+  - deletecollection
+  - get
+  - list
+  - patch
+  - update
+  - watch
+- apiGroups:
   - "operators.coreos.com"
   resources:
   - servicebindings
@@ -255,4 +279,4 @@ rules:
   - list
   - patch
   - update
-  - watch
\ No newline at end of file
+  - watch