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 da893ea25e7e6178df8422bc42409ac88cf00778
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Fri Sep 17 13:34:31 2021 +0200

    Fix #2553: update kustomization.yaml file
---
 config/rbac/kustomization.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml
index 7069130..40d4d39 100644
--- a/config/rbac/kustomization.yaml
+++ b/config/rbac/kustomization.yaml
@@ -27,13 +27,14 @@ resources:
 - operator-role-knative.yaml
 - operator-role.yaml
 - operator-role-leases.yaml
-- operator-role-service-binding.yaml
 - operator-role-podmonitors.yaml
 - operator-role-strimzi.yaml
 - operator-role-binding-events.yaml
 - operator-role-binding-knative.yaml
 - operator-role-binding-leases.yaml
-- operator-role-binding-service-binding.yaml
 - operator-role-binding-podmonitors.yaml
 - operator-role-binding-strimzi.yaml
 - operator-role-binding.yaml
+- operator-cluster-role-custom-resource-definitions.yaml
+- operator-cluster-role-binding-custom-resource-definitions.yaml
+

Reply via email to