From 91f2da10a9da1944380cf3a2a5fbf012d8c676ed Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sun, 10 May 2026 21:25:27 +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: 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