Files
helm-charts/.gitignore
T
Reinhard NägeleandGitHub 52dfc37b64 Allow rules be enabled independent of exporters (#330)
* 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>
2020-11-19 17:16:20 +01:00

4 lines
44 B
Plaintext

# Chart dependencies
/charts/*/charts
.idea