Whxuan0701 opened a new pull request, #6773: URL: https://github.com/apache/camel-k/pull/6773
## Summary - Add a step-by-step Kustomize installation section for the multi-namespace operator. - Document the required operator and tenant namespaces before applying the overlay. - Explain the cross-namespace ServiceAccount and RoleBinding relationship, with commands to verify it. - Describe how to adapt the two-tenant example for different namespaces. Fixes #6731 ## Validation - `PATH=/Users/xd/.local/bin:$PATH ./docs/local-build.sh quick` - `kubectl kustomize install/overlays/multi-namespace` - Rendered-manifest assertions for the operator Deployment, `WATCH_NAMESPACE`, and the tenant RoleBinding subject - `make codegen` followed by a clean generated-file diff - `git diff --check` The full `make generate codegen update-docs` workflow could not complete on macOS because `script/update_base_image_sha.sh` uses GNU-style `sed -i`; BSD sed exits with `invalid command code .` before any generated resources are updated. The working tree remained limited to the documentation change. ## Scope This is a documentation-only change. The existing Kustomize overlay and runtime behavior are unchanged. ## AI assistance disclosure This PR was prepared with AI assistance from OpenAI Codex (GPT-5) on behalf of Weihao Xuan (`Whxuan0701`). The human operator reviewed the issue context, repository history, source behavior, rendered manifests, and documentation build before submission. -- 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]
