-
Notifications
You must be signed in to change notification settings - Fork 64
✨ Add Service Account requirement to ClusterExtension #1011
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
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4b8ce19
to
72cae75
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1011 +/- ##
==========================================
- Coverage 78.05% 77.57% -0.48%
==========================================
Files 18 18
Lines 1253 1262 +9
==========================================
+ Hits 978 979 +1
- Misses 193 201 +8
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…sions Signed-off-by: Manna Kong <[email protected]>
c6a3bd5
to
74f02ac
Compare
Signed-off-by: Manna Kong <[email protected]>
feaeece
…work#1011) * Added service account as a required, immutable field for ClusterExtensions Signed-off-by: Manna Kong <[email protected]> * Added unit test and e2e test Signed-off-by: Manna Kong <[email protected]> --------- Signed-off-by: Manna Kong <[email protected]>
Description
This PR solves Issue #971 - Add new required field to ClusterExtension spec for users to reference a ServiceAccount
Reviewer Checklist