--- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: infrastructure-sources namespace: flux-system spec: interval: 10m0s dependsOn: - name: namespaces sourceRef: kind: GitRepository name: flux-system path: ./playbooks.d/k3s-master/manifests/infrastructure/sources prune: true wait: true ...