-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Metadata CRD #712
Add Metadata CRD #712
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #712 +/- ##
==========================================
+ Coverage 53.79% 57.38% +3.58%
==========================================
Files 40 41 +1
Lines 6073 5031 -1042
==========================================
- Hits 3267 2887 -380
+ Misses 2519 1835 -684
- Partials 287 309 +22 ☔ View full report in Codecov by Sentry. |
Also, with this work moving forward, we might ditch what @fgiudici did here: #691 (sorry about that 😢 ) So that you guys don't need to maintain this on two different places. FYI @davidcassany |
No problem at all. Labels are gone now, thank you for pointing out. |
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
add16cc
to
7fd3883
Compare
Thanks Andrea, the PR is pretty good 👍🏼
Something like:
Otherwise, I would then really go with a "UISettings" or "UIFeatures" CRD, but then in the spec I would put a "features" map[string]bool to enable (or disable) specific features of the UI extension. |
I raised this point with the team and we decided for |
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.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.
LGTM
* Add Metadata CRD Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
Closes #711
As suggested by @aalves08 I created a new
UISettings
CRD that we can use to propagate theappVersion
andannotations
from charts.