Skip to content

[Bug] Kustomize beta overlay references stale elder-config ConfigMap and flask-backend names #174

Description

@PenguinzTech

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions