-
Notifications
You must be signed in to change notification settings - Fork 665
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
Generating sandbox-bundled manifests via root Makefile #4940
Conversation
Signed-off-by: Ryan Lo <[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.
Thank you!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4940 +/- ##
==========================================
- Coverage 58.96% 58.92% -0.05%
==========================================
Files 645 645
Lines 55506 55414 -92
==========================================
- Hits 32727 32650 -77
- Misses 20179 20181 +2
+ Partials 2600 2583 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Ryan Lo <[email protected]>
Tracking issue
Closes #4798
Why are the changes needed?
If charts
flyte-sandbox
orflyte-agent
are modified, users could easily forget to update manifests for sandbox-bundledWhat changes were proposed in this pull request?
Modify root Makefile to generate manifests for sandbox-bundled while executing
make helm
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link