fix(e2e): remove kubectl apply RBAC step

The RBAC manifest must be pre-applied via Flux (infra repo) by a
privileged actor before the first workflow run. The Arc Runners
service account cannot self-apply RBAC — it has no permissions to
retrieve the Role to patch it.

Fixes PRI-594.
This commit is contained in:
2026-05-05 00:44:03 +00:00
committed by Hugh Hackman [agent]
parent 85c839bc19
commit 587aef820f
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build plugin
- name: Build plugin
run: npx @kinvolk/headlamp-plugin build
- name: Deploy E2E Headlamp instance