Files
homelab-infra/clusters/homelab/apps/dynamic-runner.yaml
T
panxiao81 349aa77fb0
yaml / yaml (pull_request) Successful in 50s
ops: 暂停 placement v2 自动 rollout
2026-09-25 18:30:55 +00:00

23 lines
659 B
YAML

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