apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: infra-devops namespace: infra-gitops spec: interval: 30m retryInterval: 1m sourceRef: kind: GitRepository name: flux path: ./flux/infrastructure/infra-devops prune: true wait: true dependsOn: - name: sources --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: infra-devops-post namespace: infra-gitops spec: interval: 30m retryInterval: 1m sourceRef: kind: GitRepository name: flux path: ./flux/infrastructure/infra-devops/post prune: true force: true wait: true dependsOn: - name: infra-monitor