-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: configurable image via spec #93
Conversation
0c1b7a3
to
313c706
Compare
611ad6d
to
3c1bbfe
Compare
Codecov Report
@@ Coverage Diff @@
## main #93 +/- ##
==========================================
+ Coverage 52.24% 53.50% +1.25%
==========================================
Files 12 11 -1
Lines 867 884 +17
==========================================
+ Hits 453 473 +20
+ Misses 374 372 -2
+ Partials 40 39 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Closing this as we've decided against allowing this directly in the spec as this is mainly a developer / testing configuration. Will create an RFC to decide the best way to allow for this via some other means rather than directly through the CRD spec |
Resolves #78