fix(CLAUDE): revert namespace to kube-system in Key constants section #48

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from gandalf/fix-claude-namespace-pri-558 into main
privilegedescalation-engineer[bot] commented 2026-05-04 20:14:01 +00:00 (Migrated from github.com)

Summary

Revert the "Key constants" section in CLAUDE.md to correctly document kube-system as the namespace, matching KUBE_VIP_NAMESPACE in src/api/k8s.ts.

PR #44 changed these lines to headlamp, but src/api/k8s.ts line 12 has always been kube-system and all namespaced API calls use kube-system.

Changes

  • Data sources (line 11): kube-system (was incorrectly changed to headlamp)
  • Key constants / Namespace (line 61): kube-system (was incorrectly changed to headlamp)

Verification

  • npm run tsc passes
  • npm test passes
  • git diff -- CLAUDE.md shows only the two namespace line corrections

Related

  • PRI-558
  • PRI-552 (QA review that identified the contradiction)
## Summary Revert the "Key constants" section in CLAUDE.md to correctly document `kube-system` as the namespace, matching `KUBE_VIP_NAMESPACE` in `src/api/k8s.ts`. PR #44 changed these lines to `headlamp`, but `src/api/k8s.ts` line 12 has always been `kube-system` and all namespaced API calls use `kube-system`. ## Changes - **Data sources** (line 11): `kube-system` (was incorrectly changed to `headlamp`) - **Key constants / Namespace** (line 61): `kube-system` (was incorrectly changed to `headlamp`) ## Verification - `npm run tsc` passes - `npm test` passes - `git diff -- CLAUDE.md` shows only the two namespace line corrections ## Related - PRI-558 - PRI-552 (QA review that identified the contradiction)
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-04 20:14:15 +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).

Pull request closed

Sign in to join this conversation.