# clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: bstein-dev-home-migrations namespace: flux-system spec: interval: 10m path: ./services/bstein-dev-home/oneoffs/migrations prune: true force: true sourceRef: kind: GitRepository name: flux-system targetNamespace: bstein-dev-home wait: false suspend: true