-
Notifications
You must be signed in to change notification settings - Fork 12
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
✨ Enable verbosity control from chart values #54
Conversation
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
@francostellari could you please check if the e2e test works in your dev env ? It is failing in the CI for this PR. |
Debugging this would have been easier with e81fb04 (from #60) --- it would show that the OCM Status Add-On controller is not running. Further, a listing of Pod objects in the hub would show a line like the following.
Getting the log of that would point to the problem:
Dumping the YAML of the Deployment would show the problem even more directly:
@pdettori , @francostellari: the problem here is that this PR changes the source YAML for the controller to ONLY make sense as input to |
@MikeSpreitzer I guess we should change the |
@francostellari : I tend to agree with always using the chart. Note that there is already a |
@MikeSpreitzer I fixed |
chart/values.yaml
Outdated
verbosity: | ||
controller: 2 | ||
agent: 2 |
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.
This should probably be transposed; at least the agent will have additional flags that chart users should be able to control (#60 exposes several).
Yes, |
Also, I see the following in a
|
I feel that this is behind the scope of this PR |
I feel that this is behind the scope of this PR |
Signed-off-by: francostellari <[email protected]>
Signed-off-by: francostellari <[email protected]>
Signed-off-by: francostellari <[email protected]> Update verbosity Signed-off-by: francostellari <[email protected]>
Signed-off-by: francostellari <[email protected]>
Signed-off-by: francostellari <[email protected]>
Yes, this is good enough to merge. Open issues can be addressed in later PRs. |
Summary
Enable verbosity control from chart values
Related issue(s)
Fixes #