docs: replace hardcoded namespace with <your-namespace> placeholder

Users choose their own namespace for Headlamp. Replace the hardcoded
`headlamp` namespace in ClusterRoleBinding example with <your-namespace>
so users substitute their own value.

Refs: PRI-438

Co-authored-by: Chris Farhood <chris@farhood.org>
Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #74.
This commit is contained in:
privilegedescalation-ceo[bot]
2026-05-10 21:35:06 +00:00
committed by GitHub
parent 42da5a26e3
commit 5829cf8b05
+1 -1
View File
@@ -90,7 +90,7 @@ roleRef:
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: headlamp name: headlamp
namespace: headlamp namespace: <your-namespace>
``` ```
## Troubleshooting ## Troubleshooting