mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
This commit adds the ability to use topologySpreadConstraints in the helm chart by populating either one or both of topologySpreadConstraints and githubWebhookServer.topologySpreadConstraints values. See the official docs: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ Resolves #567