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?
Code of Conduct
Official Helm Chart version
1.9.0 (latest released)
Apache Airflow version
2.6.1
Kubernetes Version
1.26
Helm Chart configuration
waitForMigrationsdoes not have anenabledproperty for theworkerssection. For consistency with the other components and to fully support ignoring migrations, theenabledboolean should be added.Docker Image customizations
No response
What happened
I tried to set
waitForMigration.enabledonworkersbut it is not supported.What you think should happen instead
For consistency with the other components and to fully support ignoring migrations, the
enabledboolean should be added.How to reproduce
Add this to your
values.yaml:Anything else
No response
Are you willing to submit PR?
Code of Conduct