-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
to fix bugzilla 1424946 #13044
to fix bugzilla 1424946 #13044
Conversation
[test] |
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.
Tiny nit, otherwise LGTM.
return err | ||
if len(o.serviceAccount) > 0 { // check whether user supplied a list of SA | ||
if len(strings.Split(o.serviceAccount, ",")) > 1 { | ||
return fmt.Errorf("only one Service Account is supported.") |
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.
Just one tiny nit, not dots (.
) at the end of error messages.
dbc838c
to
98ac517
Compare
@soltysh nit fixed |
Evaluated for origin test up to 98ac517 |
LGTM [merge] |
Evaluated for origin merge up to 98ac517 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/423/) (Base Commit: 9f27ffa) |
This suffered from #13046, as well. But I'm not gonna re-kick tests. |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/474/) (Base Commit: 3f438e4) (Image: devenv-rhel7_5964) |
@soltysh mind having a look?
Thanks