Replace privilegedescalation-dev with headlamp-dev namespace

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-05 01:47:25 +00:00
committed by Hugh Hackman [agent]
parent 9fbc1d569f
commit 7bccf91ac7
+3 -3
View File
@@ -3,7 +3,7 @@
# #
# Grants the GitHub Actions runner's service account (Arc Runners) the minimum # Grants the GitHub Actions runner's service account (Arc Runners) the minimum
# permissions needed to deploy/teardown an E2E Headlamp instance in the # permissions needed to deploy/teardown an E2E Headlamp instance in the
# privilegedescalation-dev namespace. # headlamp-dev namespace.
# #
# RBAC is managed via Flux from privilegedescalation/infra — do not apply manually. # RBAC is managed via Flux from privilegedescalation/infra — do not apply manually.
# This manifest is a reference copy in the plugin repo. # This manifest is a reference copy in the plugin repo.
@@ -12,7 +12,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role kind: Role
metadata: metadata:
name: e2e-ci-runner name: e2e-ci-runner
namespace: privilegedescalation-dev namespace: headlamp-dev
rules: rules:
- apiGroups: [""] - apiGroups: [""]
resources: ["configmaps", "serviceaccounts", "events"] resources: ["configmaps", "serviceaccounts", "events"]
@@ -31,7 +31,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding kind: RoleBinding
metadata: metadata:
name: e2e-ci-runner name: e2e-ci-runner
namespace: privilegedescalation-dev namespace: headlamp-dev
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: runners-privilegedescalation-gha-rs-no-permission name: runners-privilegedescalation-gha-rs-no-permission