-
Notifications
You must be signed in to change notification settings - Fork 5.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
fix: use serviceaccount name instead of struct #9614
Conversation
Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
Signed-off-by: Daniel Helfand <helfand.4@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.
Good catch!
Codecov Report
@@ Coverage Diff @@
## master #9614 +/- ##
=======================================
Coverage 45.90% 45.90%
=======================================
Files 222 222
Lines 26461 26461
=======================================
Hits 12146 12146
Misses 12658 12658
Partials 1657 1657
Continue to review full report at Codecov.
|
* fix: use serviceaccount name instead of struct Signed-off-by: Daniel Helfand <helfand.4@gmail.com> * fix: change name of param from sa to serviceAccount Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
* fix: use serviceaccount name instead of struct Signed-off-by: Daniel Helfand <helfand.4@gmail.com> * fix: change name of param from sa to serviceAccount Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
Cherry-picked onto release-2.3 for 2.3.7. |
Minor cleanup of #9546. Should use ServiceAccount name in error message instead of whole struct. Also changing name of param from sa to serviceAccount since other funcs have sa param as string to avoid confusion. Should be cherry-picked into 2.4.
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: