chore(DEV-460): delete orphan apps/platform-prod #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/DEV-460-delete-platform-prod"
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?
Deletes the orphan
apps/platform-prod/(three sealed secrets) and the wrappingapps/app-platform-prod.yamlArgoCD Application.Why
apps/paperclip/paperclip-secrets-sealed.yamltoday; Paperclip reads them from thepaperclipnamespace.paperclip.basicstack.detraffic already routes topaperclip/paperclip:3100viapangolin/1-paperclip-service.Live cluster note (found during verification)
platform-prodcurrently has an orphanpaperclipDeployment (2 replicas) that references the three sealed secrets. It is:paperclip/paperclip.Deleting the namespace afterwards removes this dead-weight deployment along with the ns.
Post-merge plan
kubectl delete namespace platform-prod(removes derived Secrets + orphan Deployment).kubectl get ns platform-prod→ NotFound;kubectl -n argocd get application platform-prod→ NotFound.DEV-460 tracks execution.