This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 333f1a3 Marking MasterTrait test as problematic new 87a4799 fix(rbac): Add kafkachannels to default Knative Sinks RBAC new 4401033 chore(doc): Document RBAC requirements for Knative Sinks new 3439d71 feat(knative): Bind the Addressable resolver aggregated ClusterRole to the operator SA new 878252b chore(rbac): Remove hard-coded permissions for Knative Addressable new e9f1105 chore(doc): Document Knative Addressable resolver RBAC for Knative Sinks new 160101d chore(rbac): Add bind permission on the addressable-resolver ClusterRole new 276b25f chore(knative): Bind the addressable-resolver ClusterRole according to deployment mode new 4bec325 chore(cli): Install Knative addressable-resolver ClusterRole and ClusterRoleBinding new d1ce2cb fix(e2e): Account for addressable-resolver ClusterRole The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: config/rbac/kustomization.yaml | 3 +- ...perator-cluster-role-addressable-resolver.yaml} | 10 ++- ...cluster-role-binding-addressable-resolver.yaml} | 4 +- config/rbac/operator-role-knative.yaml | 15 ---- docs/modules/ROOT/nav.adoc | 1 + .../ROOT/pages/installation/advanced/knative.adoc | 48 ++++++++++++ e2e/common/kustomize/common.go | 6 +- helm/camel-k/templates/operator-role.yaml | 13 ---- pkg/install/cluster.go | 18 +++++ pkg/install/common.go | 2 + pkg/install/knative.go | 85 ++++++++++++++++++++++ pkg/install/operator.go | 50 +++++++------ pkg/install/optional.go | 8 +- pkg/resources/resources.go | 20 ++++- 14 files changed, 221 insertions(+), 62 deletions(-) copy config/rbac/{operator-cluster-role-custom-resource-definitions.yaml => operator-cluster-role-addressable-resolver.yaml} (87%) copy config/rbac/{openshift/operator-cluster-role-console-binding-openshift.yaml => operator-cluster-role-binding-addressable-resolver.yaml} (92%) create mode 100644 docs/modules/ROOT/pages/installation/advanced/knative.adoc create mode 100644 pkg/install/knative.go