This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from ec90127 Updated CHANGELOG.md add e563252 chore(config): Remove RBAC duplications add d2216ee fix(rbac): Remove duplicated RBAC rules for Events add f8a8783 chore(rbac): Rename ClusterRole manifest for OpenShift add 5ddf9d1 chore(rbac): Rebuild embedded resources add 8881519 chore(OLM): Regen current OLM package manifest add e49c947 fix(rbac): Do not create the operator Deployment and ServiceAccount twice No new revisions were added by this update. Summary of changes: config/rbac/kustomization.yaml | 12 +- ...r.yaml => operator-cluster-role-openshift.yaml} | 0 ...i.yaml => operator-role-binding-openshift.yaml} | 4 +- config/rbac/operator-role-kubernetes.yaml | 9 - config/rbac/operator-role-olm.yaml | 283 --------------------- config/rbac/operator-role-openshift.yaml | 99 +------ ...el-k.v1.4.0-snapshot.clusterserviceversion.yaml | 140 +++------- e2e/common/uninstall_test.go | 4 +- e2e/support/test_support.go | 25 +- pkg/install/operator.go | 31 ++- pkg/resources/resources.go | 40 +-- 11 files changed, 104 insertions(+), 543 deletions(-) rename config/rbac/{operator-role-olm-cluster.yaml => operator-cluster-role-openshift.yaml} (100%) copy config/rbac/{operator-role-binding-strimzi.yaml => operator-role-binding-openshift.yaml} (94%) delete mode 100644 config/rbac/operator-role-olm.yaml