fix: use headlamp-plugins-e2e namespace, reference shared infra RBAC #69

Closed
privilegedescalation-engineer[bot] wants to merge 11 commits from gandalf/reference-shared-infra-rbac-pri-750 into main
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 8027e702d8 - Show all commits
-3
View File
@@ -51,9 +51,6 @@ jobs:
- name: Build plugin
run: npx @kinvolk/headlamp-plugin build
- name: Apply RBAC for E2E runner
run: kubectl apply -f deployment/e2e-ci-runner-rbac.yaml
- name: Deploy E2E Headlamp instance
run: scripts/deploy-e2e-headlamp.sh
-3
View File
@@ -12,9 +12,6 @@ metadata:
name: e2e-ci-runner
namespace: privilegedescalation-dev
rules:
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["rolebindings"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["configmaps", "serviceaccounts", "events"]
verbs: ["get", "list", "create", "delete"]