-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add support for Helm --wait-for-jobs
flag
#271
Conversation
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.
Thank you for your pull request 🌻
Think it would be better to enable this by default (as we do with --wait
), and make the flag an "inverse", so e.g. DisableWaitForJobs
. This ensures people get the best automated experience by default.
Sure, I will make the change. I agree that gives a better experience by default. |
When you are done with the changes, please smash your commits into one as the change is quite small. Thank you ☕ |
Hi @hiddeco, I have inverted the flag and squashed my commits. Please review, thanks! |
Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com> Added support for helm waitForJobs Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com> Minor fixes Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com> Changed WaitForJobs to DisableWaitForJobs Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com> Minor fixes Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com> Changed WaitForJobs to DisableWaitForJobs Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com> Removed unnecessary update to v2alpha1 Signed-off-by: Santosh Kewat <santoshkewat.bitmesra@gmail.com>
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.
LGTM, thanks a lot @kewats 🥇 💯
I think your PR needs a tiny rebase with main
so that I am able to merge it without any conflicts.
--wait-for-jobs
flag
Adding support for setting wait-for-jobs in HelmRelease.
helm/helm#5948