0cd9eb041d
The E2E workflow now applies deployment/polaris-rbac.yaml before the pre-flight check to make the workflow self-sufficient. This requires the CI runner to have permissions in the polaris namespace. Before: CI runner could only READ roles/rolebindings in polaris (for the detection step). After: CI runner can APPLY the RBAC manifest and manage the resulting Role + RoleBinding. This is a pure infrastructure/RBAC change — no application code modified. Fixes: PRI-324 Co-Authored-By: Paperclip <noreply@paperclip.ing>