Make containerExclude
a newline-separated list
#1464
Labels
chart/datadog
This issue or pull request is related to the datadog chart
Describe what happened:
We are trying to exclude all daemonset images in DataDog, since their metrics cost too much and don't bring any value to us. That causes the
containerExclude
line in values.yaml to be 1.300 chars long, completely losing all overview about the entries.Describe what you expected:
It would be much easier to declare the list newline-separated like
I'm sure there's a Helm template function for this 🙂
The text was updated successfully, but these errors were encountered: