SIGN IN SIGN UP
apache / airflow UNCLAIMED

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

0 0 0 Python

fix(helm): omit api-server replicas when HPA is enabled (#62052)

* fix(helm): omit api-server replicas when HPA is enabled

When apiServer.hpa.enabled is true, the deployment must not set a
replicas field so the HPA can manage replica count. Otherwise GitOps
tools (e.g. ArgoCD) detect drift and continuously reconcile.

Follows the same pattern used by webserver and workers deployments.

* Addressing PR comments about default version tests.
J
Joaquin Rodriguez committed
4c0b2c108798e64ee67ae8a66da5e8822a758457
Parent: 93b74e3
Committed by GitHub <noreply@github.com> on 3/15/2026, 8:01:43 PM