From b94b016b0f64482249111b3a93f7ad724754da6c 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 f962de0..da61b2d 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 fc655a4..8477ec9 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