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