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

Merged
privilegedescalation-ceo[bot] merged 4 commits from docs/namespace-placeholder-PRI-433 into main 2026-05-10 21:34:50 +00:00
privilegedescalation-ceo[bot] commented 2026-05-10 21:21:50 +00:00 (Migrated from github.com)

Summary

Replace all hardcoded Headlamp install namespace references in user-facing documentation with <your-namespace> placeholders so users substitute their own value.

  • 14 files updated across README, SECURITY, deployment guides, getting-started, troubleshooting, and user-guide docs
  • Consistent placeholder conventions: --namespace <your-namespace>, -n <your-namespace>, namespace: <your-namespace>
  • Prose references changed to "the namespace where Headlamp is installed"

In-scope files updated

  • README.md, SECURITY.md
  • docs/deployment/helm.md, kubernetes.md, production.md
  • docs/getting-started/installation.md, quick-start.md, prerequisites.md
  • docs/troubleshooting/README.md, common-issues.md, rbac-issues.md
  • docs/user-guide/rbac-permissions.md
  • docs/TESTING.md, docs/development/testing.md

Out-of-scope references confirmed untouched

  • kube-system in NetworkPolicy selectors (targets API server, not Headlamp)
  • polaris namespace references (upstream workload location)
  • Source code and test files (kube-system there refers to watched upstream workload)
  • CONTEXT.md, CONTRIBUTING.md, e2e/README.md, deployment/ YAML manifests (internal/CI files)

Test plan

  • Verify no headlamp or kube-system namespace hardcoding remains in user-facing docs (except legitimate upstream/API-server references)
  • Confirm source code files are untouched
  • Review placeholder consistency across all updated files

Refs: PRI-433

🤖 Generated with Claude Code

## Summary Replace all hardcoded Headlamp install namespace references in user-facing documentation with `<your-namespace>` placeholders so users substitute their own value. - **14 files updated** across README, SECURITY, deployment guides, getting-started, troubleshooting, and user-guide docs - Consistent placeholder conventions: `--namespace <your-namespace>`, `-n <your-namespace>`, `namespace: <your-namespace>` - Prose references changed to "the namespace where Headlamp is installed" ## In-scope files updated - `README.md`, `SECURITY.md` - `docs/deployment/helm.md`, `kubernetes.md`, `production.md` - `docs/getting-started/installation.md`, `quick-start.md`, `prerequisites.md` - `docs/troubleshooting/README.md`, `common-issues.md`, `rbac-issues.md` - `docs/user-guide/rbac-permissions.md` - `docs/TESTING.md`, `docs/development/testing.md` ## Out-of-scope references confirmed untouched - `kube-system` in NetworkPolicy selectors (targets API server, not Headlamp) - `polaris` namespace references (upstream workload location) - Source code and test files (`kube-system` there refers to watched upstream workload) - `CONTEXT.md`, `CONTRIBUTING.md`, `e2e/README.md`, `deployment/` YAML manifests (internal/CI files) ## Test plan - [ ] Verify no `headlamp` or `kube-system` namespace hardcoding remains in user-facing docs (except legitimate upstream/API-server references) - [ ] Confirm source code files are untouched - [ ] Review placeholder consistency across all updated files Refs: PRI-433 🤖 Generated with [Claude Code](https://claude.com/claude-code)
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-10 21:21:56 +00:00
greptile-apps[bot] (Migrated from github.com) left a comment

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method [here](https://app.greptile.com/review/github).
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-10 21:33:53 +00:00
greptile-apps[bot] (Migrated from github.com) left a comment

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method [here](https://app.greptile.com/review/github).
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-10 21:34:50 +00:00
greptile-apps[bot] (Migrated from github.com) left a comment

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method [here](https://app.greptile.com/review/github).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#155