-
Notifications
You must be signed in to change notification settings - Fork 94
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
✨ Set install namespace of addonTemplate from config #417
✨ Set install namespace of addonTemplate from config #417
Conversation
/hold still need e2e test. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #417 +/- ##
==========================================
+ Coverage 61.54% 62.42% +0.87%
==========================================
Files 133 133
Lines 14078 11390 -2688
==========================================
- Hits 8665 7110 -1555
+ Misses 4664 3518 -1146
- Partials 749 762 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
59b2793
to
a4615c5
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9737759
to
457e6ec
Compare
Signed-off-by: Jian Qiu <jqiu@redhat.com>
0fab09f
to
aca0f0d
Compare
aca0f0d
to
b3e909c
Compare
6c43049
to
8856ef6
Compare
pkg/addon/templateagent/values.go
Outdated
@@ -60,8 +69,9 @@ func (a *CRDTemplateAgentAddon) getValues( | |||
overrideValues = addonfactory.MergeValues(overrideValues, defaultValues) |
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.
overrideValues = addonfactory.MergeValues(overrideValues, defaultValues) | |
overrideValues = addonfactory.MergeValues(defaultValues, overrideValues) |
Signed-off-by: Jian Qiu <jqiu@redhat.com>
8856ef6
to
6b893cb
Compare
}, | ||
}, | ||
{ | ||
name: "default should not be overridden", |
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.
nit: default values can not be overridden, there are some descriptions in the tests that are not precise, I can submit another PR to refactor it after this is merged.
/lgtm |
/unhold |
a7adf5d
into
open-cluster-management-io:main
@qiujian16 I suggest that we add a |
Summary
Related issue(s)
Fixes #