Delete stale pal-e-app overlay from pal-e-deployments #58
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-docs-app#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved to forgejo_admin/pal-e-deployments#54 (correct repo).
Scope Review: NEEDS_REFINEMENT
Review note:
review-427-2026-03-26File targets reference non-existent files (
deployment.yaml,service.yaml) — actual files aredeployment-patch.yamland inline kustomization patches. Three additional files need targeting (ingress.yaml,deployment-patch.yaml,pal-e-auth-secrets.enc.yaml).deployment.yamlshould bedeployment-patch.yaml;service.yamldoesn't exist (port is inkustomization.yamlinline patches)ingress.yaml(port 3000→80),deployment-patch.yaml(env vars, probes, secrets),pal-e-auth-secrets.enc.yaml(delete)Update pal-e-deployments overlay for adapter-static port changeto Delete stale pal-e-app overlay from pal-e-deploymentsScope Re-Review: NEEDS_REFINEMENT
Review note:
review-427-2026-03-26(updated)Rewrite addressed 4 of 5 original issues. File targets, scope decision, acceptance criteria, and change scope are all solid. One issue remains.
Resolved:
Still open:
forgejo_admin/pal-e-appbut all work targetsforgejo_admin/pal-e-deployments. Agent spawn hook reads the issue URL to determine clone target — an agent will clone the wrong repo. Must move issue to pal-e-deployments or create new issue there.New finding (discovered scope):
pal-e-app/k8s/deployment.yamlstill has stale port 3000, server env vars, and auth secrets. Needs its own cleanup ticket on pal-e-app.Bonus validation:
repoURL: forgejo_admin/pal-e-app.git, path: k8s— overlay is genuinely unused.