Fix TG ID
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 4s

This commit is contained in:
2026-01-08 16:36:02 +00:00
parent 5e7e9031a3
commit b25a82ba1e
3 changed files with 2 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ spec:
bot-token: |- bot-token: |-
{{ .bot_token }} {{ .bot_token }}
chat-id: |- chat-id: |-
{{ .chat_id }} "{{ .chat_id }}"
data: data:
- secretKey: bot_token - secretKey: bot_token
sourceRef: sourceRef:

View File

@@ -44,7 +44,7 @@ data:
disableResolveMessage: false disableResolveMessage: false
settings: settings:
bottoken: $TELEGRAM_BOT_TOKEN bottoken: $TELEGRAM_BOT_TOKEN
chatid: "$TELEGRAM_CHAT_ID" chatid: "124317807"
message: | message: |
{{ if eq .Status "firing" }}🔥 FIRING{{ else }}✅ RESOLVED{{ end }} {{ if eq .Status "firing" }}🔥 FIRING{{ else }}✅ RESOLVED{{ end }}

View File

@@ -78,8 +78,4 @@ envValueFrom:
secretKeyRef: secretKeyRef:
name: grafana-telegram name: grafana-telegram
key: bot-token key: bot-token
TELEGRAM_CHAT_ID:
secretKeyRef:
name: grafana-telegram
key: chat-id