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 96eb62f  fix(pdb): Add missing watch verb to PodDisruptionBudget 
resources RBAC
96eb62f is described below

commit 96eb62f627132ff4a1ce0ff1091cf566dfc5a7be
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Tue Feb 9 17:12:38 2021 +0100

    fix(pdb): Add missing watch verb to PodDisruptionBudget resources RBAC
---
 config/rbac/operator-role-kubernetes.yaml                                | 1 +
 config/rbac/operator-role-olm.yaml                                       | 1 +
 config/rbac/operator-role-openshift.yaml                                 | 1 +
 .../1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml    | 1 +
 helm/camel-k/templates/operator-role.yaml                                | 1 +
 5 files changed, 5 insertions(+)

diff --git a/config/rbac/operator-role-kubernetes.yaml 
b/config/rbac/operator-role-kubernetes.yaml
index f194602..6e69c40 100644
--- a/config/rbac/operator-role-kubernetes.yaml
+++ b/config/rbac/operator-role-kubernetes.yaml
@@ -58,6 +58,7 @@ rules:
   - update
   - list
   - patch
+  - watch
 - apiGroups:
   - rbac.authorization.k8s.io
   resources:
diff --git a/config/rbac/operator-role-olm.yaml 
b/config/rbac/operator-role-olm.yaml
index e3204ad..24bc7e2 100644
--- a/config/rbac/operator-role-olm.yaml
+++ b/config/rbac/operator-role-olm.yaml
@@ -58,6 +58,7 @@ rules:
   - update
   - patch
   - list
+  - watch
 - apiGroups:
   - rbac.authorization.k8s.io
   resources:
diff --git a/config/rbac/operator-role-openshift.yaml 
b/config/rbac/operator-role-openshift.yaml
index 8b20303..72d882b 100644
--- a/config/rbac/operator-role-openshift.yaml
+++ b/config/rbac/operator-role-openshift.yaml
@@ -58,6 +58,7 @@ rules:
   - update
   - list
   - patch
+  - watch
 - apiGroups:
   - rbac.authorization.k8s.io
   resources:
diff --git 
a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
 
b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
index c9e9f43..09e6d64 100644
--- 
a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
+++ 
b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
@@ -368,6 +368,7 @@ spec:
           - update
           - patch
           - list
+          - watch
         - apiGroups:
           - rbac.authorization.k8s.io
           resources:
diff --git a/helm/camel-k/templates/operator-role.yaml 
b/helm/camel-k/templates/operator-role.yaml
index cdce881..80db2a1 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -59,6 +59,7 @@ rules:
   - update
   - list
   - patch
+  - watch
 - apiGroups:
   - rbac.authorization.k8s.io
   resources:

Reply via email to