-
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
[BUG] Invalid "resources" scope in clusterresourcesync/deployment.yaml #4916
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4916 +/- ##
=======================================
Coverage 58.97% 58.97%
=======================================
Files 645 645
Lines 55506 55559 +53
=======================================
+ Hits 32732 32765 +33
- Misses 20174 20198 +24
+ Partials 2600 2596 -4
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: Ryan Lo <[email protected]>
Signed-off-by: Ryan Lo <[email protected]>
Signed-off-by: Ryan Lo <[email protected]>
Signed-off-by: Ryan Lo <[email protected]>
86e3a54
to
f406f4b
Compare
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.
Verified that |
flyteorg#4916) * fix invalid clusterresourcesync/deployment.yaml Signed-off-by: Ryan Lo <[email protected]> * update README.md Signed-off-by: Ryan Lo <[email protected]> * update generated yaml files Signed-off-by: Ryan Lo <[email protected]> * fix typo Signed-off-by: Ryan Lo <[email protected]> --------- Signed-off-by: Ryan Lo <[email protected]>
Tracking issue
Closes #4915
Why are the changes needed?
fix a bug in clusterresourcesync/deployment.yaml when users identify resources
What changes were proposed in this pull request?
resources: {}
into charts/flyte-core/values.yaml as default valuewith
to render resources for deployment if the .Values.cluster_resource_manager.resources is not empty.How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link