apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: tenants namespace: flux-system spec: interval: 1m0s serviceAccountName: kustomize-controller dependsOn: - name: infrastructure - name: config sourceRef: kind: GitRepository name: flux-system path: ./tenants/test prune: true wait: true timeout: 1m