# infrastructure/flux-system/kustomization-core.yaml apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: core namespace: flux-system spec: interval: 10m path: ./infrastructure/core prune: false sourceRef: kind: GitRepository name: flux-system namespace: flux-system wait: true