# clusters/atlas/flux-system/applications/mailu/kustomization.yaml apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: mailu namespace: flux-system spec: interval: 10m sourceRef: kind: GitRepository name: flux-system namespace: flux-system path: ./services/mailu targetNamespace: mailu-mailserver prune: true wait: true dependsOn: - name: helm