-
Notifications
You must be signed in to change notification settings - Fork 58
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
🐛 Wrap service account error to hide k8s error #1698
🐛 Wrap service account error to hide k8s error #1698
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1698 +/- ##
==========================================
+ Coverage 67.47% 68.02% +0.54%
==========================================
Files 59 59
Lines 5003 5004 +1
==========================================
+ Hits 3376 3404 +28
+ Misses 1380 1358 -22
+ Partials 247 242 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
8a24553
to
ff9cd88
Compare
c06baaf
to
2f9d96b
Compare
cb16063
to
5729d8c
Compare
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.
That is great 🥇
Rocket 🚀
Lets address the latest nits raised first
88054cb
to
4e60ab7
Compare
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.
It seems good to go !!!
Great work 🥇
/lgtm
1af98d0
Description
Wrap the service account not does not exist error message
Reviewer Checklist