Custom userAgent regexes.yaml

I want to add a small snippet to the default regexes.yaml, but that would mean adding the whole regexes.yaml to configmap, is there a way for userAgent plugin to parse from two different sources?(my custom regex and additionally and the default file). Is there any other workaround for this?

The regexes directive takes a path to a yaml file, and doesn't need you to specify a giant blob of yaml in-line. You should be able to copy the regexes.yaml, save a copy with your modifications, and point to it in the plugin configuration.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.