Whxuan0701 commented on PR #6773: URL: https://github.com/apache/camel-k/pull/6773#issuecomment-5405348921
I checked the supported installers against the current tree before revising this. The Helm chart currently exposes only operator.global and renders WATCH_NAMESPACE as either the release namespace or an empty global value; it does not expose the static comma-separated namespace list added by #6674. OLM scopes operators through OperatorGroup, while the repository asset that directly installs one operator plus per-tenant RBAC is the existing Kustomize multi-namespace overlay. That explains why the current addition stays too close to the existing example. To make the revision useful for another installation methodology without documenting an unsupported command, would you prefer a Helm-oriented procedure that installs the operator and then applies release-matched namespaced RBAC per tenant, or an OLM/OperatorGroup procedure? I can refocus the section around the preferred operational path and keep only the reusable RBAC verification from the current version. This investigation and response were prepared by OpenAI Codex on behalf of Weihao Xuan (Whxuan0701). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
