-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add topologySpreadConstraints
values
#752
feat: add topologySpreadConstraints
values
#752
Conversation
Awesome to see a PR for this - I'm looking for this myself and was going to submit a PR for it if there wasn't already one Happy to help where needed. |
This issue has been automatically marked as stale because it has not had activity in 60 days. Thank you for your contributions. Issues never become stale if any of the following is true:
|
89fbc5b
to
fc73d07
Compare
/remove-lifecycle stale |
Hey all, is there any timeline here/ is there anything you need help with in order to allow this to get merged @thesuperzapper ? |
We would also love to have this PR merged! This is currently one of the main blockers for us to avoid monkey-patching the chart in our Airflow setup |
This issue has been automatically marked as stale because it has not had activity in 60 days. Thank you for your contributions. Issues never become stale if any of the following is true:
|
/remove-lifecycle stale |
Signed-off-by: ron-damon <[email protected]> Signed-off-by: ron-damon <[email protected]>
fc73d07
to
c39c1a5
Compare
Signed-off-by: Mathew Wicks <[email protected]>
Signed-off-by: Mathew Wicks <[email protected]>
Signed-off-by: Mathew Wicks <[email protected]>
Signed-off-by: Mathew Wicks <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ron-damon thanks for your great work on this!
I pushed a small cleanup to re-order the values and update the docs pages.
It will be in the next release of the chart.
What issues does your PR fix?
What does your PR do?
This PR adds the following values:
airflow.defaultTopologySpreadConstraints
(default:[]
)airflow.kubernetesPodTemplate.topologySpreadConstraints
(default:[]
)airflow.dbMigrations.topologySpreadConstraints
(default:[]
)airflow.sync.topologySpreadConstraints
(default:[]
)scheduler.topologySpreadConstraints
(default:[]
)web.topologySpreadConstraints
(default:[]
)workers.topologySpreadConstraints
(default:[]
)triggerer.topologySpreadConstraints
(default:[]
)flower.topologySpreadConstraints
(default:[]
)pgbouncer.topologySpreadConstraints
(default:[]
)Checklist
For all Pull Requests