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 0f61a4f  fix(helm): Add missing permissions for PodDisruptionBudget 
resources
0f61a4f is described below

commit 0f61a4f2c09ed12db6e4f54059ae5849dc77fdfe
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue Feb 9 15:47:55 2021 +0100

    fix(helm): Add missing permissions for PodDisruptionBudget resources
---
 helm/camel-k/templates/operator-role.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/helm/camel-k/templates/operator-role.yaml 
b/helm/camel-k/templates/operator-role.yaml
index b96465e..cdce881 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -49,6 +49,17 @@ rules:
   - update
   - watch
 - apiGroups:
+  - policy
+  resources:
+  - poddisruptionbudgets
+  verbs:
+  - create
+  - delete
+  - get
+  - update
+  - list
+  - patch
+- apiGroups:
   - rbac.authorization.k8s.io
   resources:
   - roles

Reply via email to