From e1fd0c9283f5bdf43505ce56729dca7a94ba0e88 Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 20 Jun 2026 10:30:24 +0000 Subject: [PATCH] Repoint grafana TELEGRAM_* env to grafana-telegram-infisical (monitoring 3b, out-of-band) Co-Authored-By: Claude Opus 4.8 --- monitoring/deployment-kube-prometheus-stack-grafana.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/deployment-kube-prometheus-stack-grafana.yaml b/monitoring/deployment-kube-prometheus-stack-grafana.yaml index a023d46..9109fa9 100644 --- a/monitoring/deployment-kube-prometheus-stack-grafana.yaml +++ b/monitoring/deployment-kube-prometheus-stack-grafana.yaml @@ -155,12 +155,12 @@ spec: - name: TELEGRAM_BOT_TOKEN valueFrom: secretKeyRef: - name: grafana-telegram + name: grafana-telegram-infisical key: TELEGRAM_BOT_TOKEN - name: TELEGRAM_CHAT_ID valueFrom: secretKeyRef: - name: grafana-telegram + name: grafana-telegram-infisical key: TELEGRAM_CHAT_ID image: docker.io/grafana/grafana:12.4.2 imagePullPolicy: IfNotPresent