-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix upgrade documentation at Helm template generation: "agent: Invalid type. Expected: boolean, given: object" #35288
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
Conversation
Fix upgrade documentation at Helm template generation, where the parameter for enabling the agent is no longer correct and produces the following error: "agent: Invalid type. Expected: boolean, given: object" [ Quentin: Reformat commit object, description ] Fixes: e9cb43c ("Helm: full refactor of helm charts, default values implemented, tests updated, kind cni integration") Signed-off-by: Oleg Neumyvakin <oneumyvakin@gmail.com> Signed-off-by: Quentin Monnet <qmo@qmon.net>
ac7e409
to
9f45c33
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.
Looks good, thank you for the fix! I simply reworded the commit title and description (you had a long title, and checkpatch has a test to keep it short).
/test |
Note: checkpatch still fails because of the name and email in the Sign-off-by tag not being identical to the author metadata for the commit, but they're variations for the same author: this is fine to ignore. |
Using
agent.enabled=false
producing the following error: