# 恢复 profile 仅部署 infra-devops (Velero),不含 post 层 apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: infra-devops namespace: infra-gitops spec: interval: 30m timeout: 15m retryInterval: 1m sourceRef: kind: GitRepository name: flux path: ./flux/infrastructure/infra-devops prune: true wait: true dependsOn: - name: sources - name: secrets