feat: bootstrap analysis RBAC in operator instead of quickstart script#256
feat: bootstrap analysis RBAC in operator instead of quickstart script#256tremes wants to merge 1 commit into
Conversation
Move ClusterRoleBinding creation for the lightspeed-agent SA from the quickstart install.sh into the operator's bootstrap code. The operator now creates cluster-reader and cluster-monitoring-view bindings at startup via EnsureBootstrapResources, following the same idempotent create-or-skip pattern used for the ServiceAccount. Signed-off-by: Tomáš Remeš <tremes@redhat.com> Assisted-by: Claude Code:claude-opus-4-6
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Move ClusterRoleBinding creation for the lightspeed-agent SA from the quickstart install.sh into the operator's bootstrap code. The operator now creates cluster-reader and cluster-monitoring-view bindings at startup via EnsureBootstrapResources, following the same idempotent create-or-skip pattern used for the ServiceAccount.
Assisted-by: Claude Code:claude-opus-4-6