kubectl kustomize k8s/kustomize/overlays/beta fails: configMapGenerator with behavior: merge targets a ConfigMap elder-config that does not exist in base/. The beta overlay also references flask-backend image/replica names that predate the Flask->Quart migration (base now uses api).
Confirmed pre-existing (reproduces on release/v4.0.X without any module-framework changes via git stash). alpha and docker-desktop overlays build fine.
Fix: reconcile overlays/beta/kustomization.yaml with the current base/ manifest names (api/worker), or create the missing elder-config base ConfigMap.
Found during Phase 0 (module-toggle plumbing).
kubectl kustomize k8s/kustomize/overlays/betafails: configMapGenerator withbehavior: mergetargets a ConfigMapelder-configthat does not exist in base/. The beta overlay also referencesflask-backendimage/replica names that predate the Flask->Quart migration (base now usesapi).Confirmed pre-existing (reproduces on release/v4.0.X without any module-framework changes via git stash). alpha and docker-desktop overlays build fine.
Fix: reconcile overlays/beta/kustomization.yaml with the current base/ manifest names (api/worker), or create the missing elder-config base ConfigMap.
Found during Phase 0 (module-toggle plumbing).