From f5364500f6236fb9b9184dcfb027f2536ec68047 Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 20 Jun 2026 10:34:08 +0000 Subject: [PATCH] Remove plaintext grafana-telegram Secret from git (monitoring 3c) 7th and final copy of the Telegram bot token leaving git. monitoring is out-of-band (not ArgoCD-managed), so the live secret is pruned manually with kubectl. Grafana already reads grafana-telegram-infisical (from /telegram). Co-Authored-By: Claude Opus 4.8 --- monitoring/secret-grafana-telegram.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 monitoring/secret-grafana-telegram.yaml diff --git a/monitoring/secret-grafana-telegram.yaml b/monitoring/secret-grafana-telegram.yaml deleted file mode 100644 index 89fb585..0000000 --- a/monitoring/secret-grafana-telegram.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: grafana-telegram - namespace: monitoring -type: Opaque -data: - TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw== - TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==