Commit Graph

2 Commits

Author SHA1 Message Date
Chris Farhood 907d45621e Fix E2E namespace to headlamp-dev and add RBAC manifest
- Changed E2E_NAMESPACE from privilegedescalation-dev to headlamp-dev
  in e2e.yaml, deploy-e2e-headlamp.sh, and teardown-e2e-headlamp.sh
- Added deployment/e2e-ci-runner-rbac.yaml (copy from polaris repo)
- The ARC runner SA has RBAC scoped to headlamp-dev, not
  privilegedescalation-dev — this caused E2E run failures.

- PRI-619 QA review feedback from Regina

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 06:08:28 +00:00
Chris Farhood 935fec988c Add E2E test workflow for sealed-secrets plugin
The repo already had all E2E files (tests, deploy/teardown scripts, Playwright
config, @playwright/test dependency) but was missing the CI workflow to wire
them together. This adds the e2e.yaml, adapted for pnpm, targeting the
privilegedescalation-dev namespace.

- PRI-619

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 04:39:06 +00:00