From 0db28faf32f3d89af629d365c7e024e8ba898ed7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 23 Jan 2026 18:58:14 -0300 Subject: [PATCH] flux: force apply migrations --- .../applications/bstein-dev-home-migrations/kustomization.yaml | 1 + .../atlas/flux-system/platform/maintenance/kustomization.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml b/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml index f962de0a..da61b2d1 100644 --- a/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml @@ -8,6 +8,7 @@ spec: interval: 10m path: ./services/bstein-dev-home/migrations prune: true + force: true sourceRef: kind: GitRepository name: flux-system diff --git a/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml b/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml index fc655a4f..8477ec98 100644 --- a/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml @@ -8,6 +8,7 @@ spec: interval: 10m path: ./services/maintenance prune: true + force: true sourceRef: kind: GitRepository name: flux-system