Commit a1c6216
fix(control-plane): drop -z- from MPP namespace prefix
The tenant-operator materializes TenantNamespace CRs as ambient-code--<id>,
not ambient-code--z-<id>. The hardcoded z- prefix caused ProvisionNamespace
to wait 60s for a namespace that never appeared.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a83e9fb commit a1c6216
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