fix(apps): render the Applications into the live argocd namespace #9
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/apps-bare-argocd-ns"
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?
All six app-of-apps children declared
metadata.namespace: argocd-platform. Thatnamespace was retired in the 2026-08-06 bare-ns cutover (ArgoCD now runs in
argocd)and is not among the
observabilityAppProject's destinations, so every sync ofolly-argocdfailed withone or more synchronization tasks are not valid. The roothas been OutOfSync for the life of this cluster.
Consequence worth stating plainly: the six Applications actually serving observability
today sit in ns
argocdwith no tracking label, no annotations and noownerReferences — nothing manages them. Delete one and nothing brings it back.
Because the root App syncs with
ServerSideApply=trueand these six now render atexactly the live name/namespace (verified 6-for-6), this adopts them in place — no
delete, no recreate, no restart of Grafana/Loki/Tempo/VictoriaMetrics.
spec.destination.namespacestaysolly; only the Application objects' own namespacewas wrong. Comments naming the two dead namespaces are corrected in the same pass.