SIGN IN SIGN UP
apache / airflow UNCLAIMED

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

0 0 267 Python

Fix Helm chart executor label to support executor aliases (#67762)

* Fix Helm chart executor label to support executor aliases

The scheduler Deployment/StatefulSet renders the executor option into a
Kubernetes label and only sanitized the comma separator used between
multiple executors. Executor aliases (name:ExecutorClass) contain a
colon, which is not a valid label character, so a value such as
CeleryExecutor,harvest_exec:KubernetesExecutor produced an invalid label
and the scheduler failed to deploy.

Replace the colon with a hyphen alongside the existing comma handling so
aliased and multi-executor configurations render a valid label.

* Add newsfragment for executor alias label fix

* Remove newsfragment; not needed for a bugfix per AGENTS.md
A
Anurag Pappula committed
62d60e4af15eab925966bde19b4c8e7a05b91b1c
Parent: 29ac7c0
Committed by GitHub <noreply@github.com> on 5/30/2026, 8:56:43 AM