mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
* Allow rules be enabled independent of exporters Some of the rules are only enabled if the corresponding exporters are enabled as well. This is not ideal. The exporters might already be installed. In our case, we use the chart to install the operator and to also provision further Prometheus instances via operator. The exporters are only installed with the release that installs the operator. When additional Prometheus instances are installed they might also want to get these rules but can't without installing the exporters again, which doesn't make sense. Bottom line: Let the user decide what rules they want. Don't base it on whether or not exporters are installed as well. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com> * Update sync_prometheus_rules.py and regenerate rules Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
# Chart dependencies
|
|
/charts/*/charts
|
|
.idea
|