-
Notifications
You must be signed in to change notification settings - Fork 143
adds creation of configmap for registry server config #2558
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
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2558 +/- ##
==========================================
+ Coverage 54.95% 55.16% +0.20%
==========================================
Files 305 305
Lines 28732 28853 +121
==========================================
+ Hits 15791 15917 +126
+ Misses 11532 11510 -22
- Partials 1409 1426 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: ChrisJBurns <[email protected]>
d975943 to
d1edf62
Compare
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
This will disappear when we connect the DB that will replace file storage |
This PR adds the functionality that takes a
MCPRegistryCR and depending on what the source for the registry data is creates the necessary volume mounts for the registry server. When the registry server has been released under0.2.0the code in this PR will be able to use the new flags.--configflag.Things to note:
registry.jsonto match. We should make this a bit more dynamic in a future PRemptyDirmount path because the registry server expects it at/data. We should allow for a flag to configure this - even if the operator doesn't expose this to the user.Ref: #2396