From 5323377852af1cc6275772c75c039a1e506ffd8a Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 4 Feb 2024 20:24:46 +0930 Subject: [PATCH] fix(prometheus): use alertmanager instance name !8 --- templates/Prometheus-prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Prometheus-prometheus.yaml b/templates/Prometheus-prometheus.yaml index 4bce44d..43ce2e4 100644 --- a/templates/Prometheus-prometheus.yaml +++ b/templates/Prometheus-prometheus.yaml @@ -16,7 +16,7 @@ spec: alerting: alertmanagers: - apiVersion: v2 - name: alertmanager-main + name: alertmanager-{{ $.Release.Name }} namespace: "{{ .Values.nfc_monitoring.alert_manager.namespace }}" port: web enableFeatures: []