-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fix: label values not validated (#355) #339
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.
A few changes, and you'll also need to clean this label.
And I have a few tests in my PR that you can cherry pick.
@burmanm @emerkle826 @adejanovski In the latest push: Added support for handling the label |
Update CHANGELOG.md Co-authored-by: Alexander Dejanovski <[email protected]> Support for CreatedByLabelValue; clean labels in api Smoke test updates
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, pending tests passing successfully.
Co-authored-by: Alexander Dejanovski <[email protected]>
Co-authored-by: Alexander Dejanovski <[email protected]>
@adejanovski thanks for the quick review and keeping the comments accurate to the |
Label values validated in recent changes. |
@jeffbanks, can we move forward and merge this PR? |
What this PR does:
Provides cleaning of the cluster name being used for part of overall label value. The cluster name can contain illegal characters not allowed for label values.
Which issue(s) this PR fixes:
Fixes #335
Checklist