Skip to content

waitForMigrations.enabled is missing for "workers" helm #31624

Description

@grjones

Official Helm Chart version

1.9.0 (latest released)

Apache Airflow version

2.6.1

Kubernetes Version

1.26

Helm Chart configuration

waitForMigrations does not have an enabled property for the workers section. For consistency with the other components and to fully support ignoring migrations, the enabled boolean should be added.

Docker Image customizations

No response

What happened

I tried to set waitForMigration.enabled on workers but it is not supported.

What you think should happen instead

For consistency with the other components and to fully support ignoring migrations, the enabled boolean should be added.

How to reproduce

Add this to your values.yaml:

workers:
  waitForMigrations:
    enabled: false

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions