Closed bastjan closed 2 years ago
All our config passed to kube-prometheus from yaml is merge. This means we can't remove the default alertmanager rules which are in arrays and nonsensical to us.
kube-prometheus
I've started with an add-on in a draft PR: https://github.com/projectsyn/component-prometheus/pull/48 . The add-on is evaluated too late and removes custom config too.
cc @TheBigLee
Context
All our config passed to
kube-prometheus
from yaml is merge. This means we can't remove the default alertmanager rules which are in arrays and nonsensical to us.I've started with an add-on in a draft PR: https://github.com/projectsyn/component-prometheus/pull/48 . The add-on is evaluated too late and removes custom config too.
cc @TheBigLee