Commit 630e8d7
authored
fix(control-plane): drop -z- from MPP namespace prefix (#1178)
## Summary
- Fixes hardcoded `ambient-code--z-` prefix in `MPPNamespaceProvisioner`
— the tenant-operator materializes `TenantNamespace` CRs as
`ambient-code--<id>`, not `ambient-code--z-<id>`
- With the wrong prefix, `ProvisionNamespace` would create the
`TenantNamespace` CR correctly but then poll for `ambient-code--z-<id>`
which never appeared, timing out after 60s every time
## Test plan
- [ ] Create a session on MPP cluster — namespace provisioned as
`ambient-code--<project-id>` and becomes active without timeout
🤖 Generated with [Claude Code](https://claude.ai/code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated namespace naming conventions in the control plane provisioning
system.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments