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

This commit is contained in:
2026-01-08 16:43:35 +00:00
parent 007df29133
commit 7da2fab580
2 changed files with 2 additions and 2 deletions

View File

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

View File

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