diff --git a/clusters/default/flux-system/infrastructuresources.yaml b/clusters/default/flux-system/infrastructuresources.yaml new file mode 100644 index 0000000..92741e1 --- /dev/null +++ b/clusters/default/flux-system/infrastructuresources.yaml @@ -0,0 +1,13 @@ +# infrastructure/sources/kustomization.yaml +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +***REMOVED*** + name: sources + namespace: flux-system +spec: + interval: 1h + path: ../../infrastructure/sources + prune: true + sourceRef: + kind: GitRepository + name: flux-system \ No newline at end of file