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