From 386ff25fca0044ad4088de69dfd3dbdbf7c7c213 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 6 May 2024 16:18:44 +0100 Subject: [PATCH] Use the secret in the ruler for the dashboards Signed-off-by: Michel Hollands --- charts/meta-monitoring/templates/ruler/ruler.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/meta-monitoring/templates/ruler/ruler.yaml b/charts/meta-monitoring/templates/ruler/ruler.yaml index c3af965..21caa5b 100644 --- a/charts/meta-monitoring/templates/ruler/ruler.yaml +++ b/charts/meta-monitoring/templates/ruler/ruler.yaml @@ -49,6 +49,9 @@ spec: - containerPort: 7946 name: memberlist protocol: TCP + envFrom: + - secretRef: + name: mmc-minio readinessProbe: failureThreshold: 3 httpGet: