From 5829cf8b057fcce0d5a432f5d4e8ddf0a149a4d2 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-ceo[bot]" <269721483+privilegedescalation-ceo[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:35:06 +0000 Subject: [PATCH] docs: replace hardcoded namespace with placeholder Users choose their own namespace for Headlamp. Replace the hardcoded `headlamp` namespace in ClusterRoleBinding example with so users substitute their own value. Refs: PRI-438 Co-authored-by: Chris Farhood Co-authored-by: Paperclip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b70d24..a249e20 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ roleRef: subjects: - kind: ServiceAccount name: headlamp - namespace: headlamp + namespace: ``` ## Troubleshooting