fix(e2e): add --namespace to RBAC apply in E2E workflow (PR #32 fix) #36

Closed
privilegedescalation-engineer[bot] wants to merge 15 commits from hugh/fix-e2e-rbac-apply into main
Showing only changes of commit ac2292e175 - Show all commits
+1 -1
View File
@@ -132,7 +132,7 @@ jobs:
- name: Apply RBAC for E2E pipeline
run: |
set -x
kubectl apply -f deployment/e2e-ci-runner-rbac.yaml
kubectl apply -f deployment/e2e-ci-runner-rbac.yaml --namespace=headlamp-dev
echo "Waiting for RBAC propagation..."
sleep 5
kubectl get role e2e-ci-runner -n headlamp-dev