-
Notifications
You must be signed in to change notification settings - Fork 61
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
added yaml editor for helm values #4406
added yaml editor for helm values #4406
Conversation
Signed-off-by: msivasubramaniaan <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4406 +/- ##
===========================================
+ Coverage 32.37% 43.49% +11.12%
===========================================
Files 85 98 +13
Lines 6505 8014 +1509
Branches 1349 1688 +339
===========================================
+ Hits 2106 3486 +1380
- Misses 4399 4528 +129 ☔ View full report in Codecov by Sentry. |
Signed-off-by: msivasubramaniaan <[email protected]>
Signed-off-by: msivasubramaniaan <[email protected]>
What should be changed now? I still see the same 16 rows in the editor... Or it's about font size/spacing? Anyway, imho, looks good. (However for the small screen/lower resolution users it still could be problematic.) I would probably make it having like 12 rows of text and think about making the header part (Icon/description + name + version selection) more compact - currently it spreads to at least 1/3 of the overall height. But we can improve it later. The following questions are not for this PR, but probably for a future:
|
@vrubezhny The schema validation will be taken care on feature PR. @mohitsuman wants this feature in the upcoming release. |
Signed-off-by: msivasubramaniaan <[email protected]>
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.
Looks good to me. Thanks!
No description provided.