[collector] failing to add additional groups in prometheus rules #1428
Labels
bug
Something isn't working
chart:collector
Issue related to opentelemetry-collector helm chart
help wanted
Extra attention is needed
I'm trying to add an additional custom rule on top of the default rules in prometheus rules.
I'm using the
0.108.0
chart version with the followingprometheusRule
values:The helm commands fail (when constructing the templates) with the following error
Running it with the debug flag indeed reveals that the additional group is one indentation level to the right
Should I pass a different value or different format to
groups
?After testing locally, I can create the template without error after changing the line here from
to
The text was updated successfully, but these errors were encountered: