apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: dynamic-runner namespace: flux-system spec: # Keep the v2 rollout paused while the merge commit's v1 CI drains. Remove # this after the controller has been resumed and the placement smokes pass. suspend: true dependsOn: - name: external-secrets - name: spire interval: 10m path: ./platform/dynamic-runner # The runner backends are replaceable. Prune is required when a retired # worker is removed from the component; otherwise it keeps consuming work. prune: true sourceRef: kind: GitRepository name: flux-system timeout: 5m wait: true