apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: infrastructure namespace: flux-system spec: interval: 1m0s serviceAccountName: kustomize-controller sourceRef: kind: GitRepository name: flux-system path: ./infrastructure/production prune: true wait: true timeout: 5m dependsOn: - name: external-config-data postBuild: substituteFrom: - kind: ConfigMap name: external-config-data