-
Notifications
You must be signed in to change notification settings - Fork 333
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
Allow for raw toml configs for telegraf #358
Conversation
Apologies for the delayed response. Could you please rebase, and bump chart version? Thank you. |
There are use cases where we the yaml->toml conversion does not work with the current template. This allows for all the edge cases.
Backwards compatible change
I've found that similar config override exists in telegraf-ds since #239, so I've just changed the key for the sake of certain consistency though snake case is used rarely, and added test file for CI. |
override_config: | ||
toml: ~ |
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.
@alespour - should this really be a tilde or the entire section commented out?
There are use cases where we the yaml->toml conversion does not work with the current template.
This allows for all the edge cases.