fix(apps): drop dangling namespace.yaml ref (enterprise-apps ComparisonError) #19

Merged
jorgen.stensrud merged 1 commits from fix/kustomization-namespace-ref into main 2026-06-05 08:44:56 +00:00

0a98674 deleted namespace.yaml but apps/overlays/upc-dev/forte-drop/kustomization.yaml still lists it → kustomize build fails → the enterprise-apps app-of-apps has a ComparisonError and the whole overlay stopped syncing. Visible symptom: secret "forte-drop-secrets" not found on all forte-drop pods (the SealedSecret no longer applies).

One-line fix: remove the dangling resource entry. The namespace itself is fine — the forte-drop Application has CreateNamespace=true.

@danijel.simeunovic — pairs with your cleanup; after this merges the secret re-applies and the pods only need the right image tag (helm-prod-values PR #4: buildcachev20260604-200105-1316f7a, buildcache is the buildx cache manifest, not a runnable image).

0a98674 deleted `namespace.yaml` but `apps/overlays/upc-dev/forte-drop/kustomization.yaml` still lists it → `kustomize build` fails → the **enterprise-apps** app-of-apps has a ComparisonError and the whole overlay stopped syncing. Visible symptom: `secret "forte-drop-secrets" not found` on all forte-drop pods (the SealedSecret no longer applies). One-line fix: remove the dangling resource entry. The namespace itself is fine — the forte-drop Application has `CreateNamespace=true`. @danijel.simeunovic — pairs with your cleanup; after this merges the secret re-applies and the pods only need the right image tag (helm-prod-values PR #4: `buildcache` → `v20260604-200105-1316f7a`, buildcache is the buildx cache manifest, not a runnable image).
jorgen.stensrud added 1 commit 2026-06-04 22:12:16 +00:00
namespace.yaml was deleted but kustomization still listed it, so
kustomize build fails and the enterprise-apps app-of-apps cannot
render the overlay (ComparisonError) — forte-drop-secrets and the
other overlay resources stopped syncing. The namespace itself is
owned by the forte-drop Application's CreateNamespace=true.
danijel.simeunovic approved these changes 2026-06-05 08:38:04 +00:00
jorgen.stensrud merged commit 275ec675da into main 2026-06-05 08:44:56 +00:00
jorgen.stensrud deleted branch fix/kustomization-namespace-ref 2026-06-05 08:44:57 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Forte/launchpad#19