-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: use ',' as delimiter for key-value pairs in labelSelector #1900
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
Conversation
We should add a test to cover this |
Also could you make the PR against the 3.1.x branch? I will merge it forward |
As a matter of fact, the pipeline fails in a unit test :) so just fix that one, and we should be good to go. I was thinking to change the unit test also, just a tiny bit:
|
you will have to create the PR from scratch against branch |
@wind57 thx, hopefully this should be fine now. And sorry for the inconvenience, i had not cloned the project and did the initial PR just via edit from github ui, so i havnt seen the test. |
no worries at all! thank you for the excellent explanation in the bug description and the investigation! I dont have the right to approve the build, but my guess is that Ryan will, in a few hours. |
There are a couple of other tests that need to be updated |
Updated the fix for the failed tests in last run, if there are still some more, ill come back later on when i got spare time and have setup the project locally to build and run all tests locally |
Signed-off-by: cmaune <you@example.com>
#1899