[stable/rabbitmq-ha] Install alerts when built-in Prometheus support is used instead of exporter. (#21274)

Signed-off-by: Frédéric Barrière <barriere.fr@gmail.com>
This commit is contained in:
Frédéric Barrière
2020-04-12 07:53:47 -07:00
committed by GitHub
parent b1a3d20799
commit bcdadf8bdf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.8.0
version: 1.44.1
version: 1.44.2
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
+1 -1
View File
@@ -1,4 +1,4 @@
{{ if and .Values.prometheus.exporter.enabled .Values.prometheus.operator.enabled .Values.prometheus.operator.alerts.enabled }}
{{ if and .Values.prometheus.operator.enabled .Values.prometheus.operator.alerts.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata: