fix: E2E tests — RBAC for Polaris service proxy + settings selector #22

Merged
ghost merged 4 commits from fix/e2e-tests into main 2026-03-08 22:08:52 +00:00
Showing only changes of commit 3fccf29cb7 - Show all commits
-8
View File
@@ -25,14 +25,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Configure RBAC for Polaris dashboard proxy access
run: kubectl apply -f deployment/polaris-rbac.yaml
- name: Verify Polaris dashboard is reachable
run: |
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=polaris -n polaris --timeout=120s
kubectl get svc polaris-dashboard -n polaris
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium