For alerting with the monitoring helm install. Rancher monitoring installs Prometheus and AlertManager. When you create an AlertmanagerConfig, it creates the object under a namespace. That namespace gets added as a filter in the matchers. Is there no way to add a AlertmanagerConfig for all namespaces? I thought
default
might trigger that, but it seems not to. Outside of that, do you just have to create AlertmanagerConfigs for every namespace on every cluster? Seems.... wrong?