-
Notifications
You must be signed in to change notification settings - Fork 717
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
Validate duplicated nodeSet names #2631
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
Umm... I already signed CLA. |
jenkins test this please |
cla/check |
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.
Good catch!
Thank you for the contribution.
LGTM.
minor typo suggestion but otherwise LGTM, thanks for catching |
Co-Authored-By: Anya Sabo <1638148+anyasabo@users.noreply.github.com>
Co-Authored-By: Anya Sabo <1638148+anyasabo@users.noreply.github.com>
If the names of the nodeSets are duplicated, the reconciliation never converges. The validationWebhook should validate such a case.