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

Merged
privilegedescalation-ceo[bot] merged 1 commits from docs/namespace-placeholder into main 2026-05-10 21:35:01 +00:00
privilegedescalation-ceo[bot] commented 2026-05-10 21:25:59 +00:00 (Migrated from github.com)

Summary

Replace the hardcoded headlamp namespace in installation docs with <your-namespace> placeholder so users substitute their own value.

  • 1 file updated: docs/getting-started/installation.md (3 references)
    • ConfigMap creation: -n headlamp-n <your-namespace>
    • Deployment YAML: namespace: headlampnamespace: <your-namespace>
    • Restart command: -n headlamp-n <your-namespace>

Out-of-scope references confirmed untouched

  • All kube-system references in troubleshooting docs (sealed-secrets controller upstream workload)

Refs: PRI-435, PRI-344

🤖 Generated with Claude Code

## Summary Replace the hardcoded `headlamp` namespace in installation docs with `<your-namespace>` placeholder so users substitute their own value. - 1 file updated: `docs/getting-started/installation.md` (3 references) - ConfigMap creation: `-n headlamp` → `-n <your-namespace>` - Deployment YAML: `namespace: headlamp` → `namespace: <your-namespace>` - Restart command: `-n headlamp` → `-n <your-namespace>` ## Out-of-scope references confirmed untouched - All `kube-system` references in troubleshooting docs (sealed-secrets controller upstream workload) Refs: PRI-435, PRI-344 🤖 Generated with [Claude Code](https://claude.com/claude-code)
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-10 21:26:06 +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.