This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from e7510e29a fix(knative): Fix the knative pods created unitl exhaustion
new c5b887b03 feat: add global option to helm installation for operator to
watch all namespaces
new 11ad66407 docs: update helm README with operator global parameter
The 2 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:
helm/camel-k/README.md | 5 +-
.../templates/operator-cluster-role-bindings.yaml | 179 +++++++++++++++
...rator-role.yaml => operator-cluster-roles.yaml} | 241 +++++++++++++++------
helm/camel-k/templates/operator-role-binding.yaml | 2 +
helm/camel-k/templates/operator-role.yaml | 2 +
helm/camel-k/templates/operator.yaml | 4 +
helm/camel-k/values.yaml | 1 +
7 files changed, 370 insertions(+), 64 deletions(-)
create mode 100644 helm/camel-k/templates/operator-cluster-role-bindings.yaml
copy helm/camel-k/templates/{operator-role.yaml =>
operator-cluster-roles.yaml} (62%)