Adjust TG ID to var
This commit is contained in:
@@ -134,7 +134,7 @@ spec:
|
||||
bot-token: |-
|
||||
{{ .bot_token }}
|
||||
chat-id: |-
|
||||
"{{ .chat_id }}"
|
||||
{{ .chat_id }}
|
||||
data:
|
||||
- secretKey: bot_token
|
||||
sourceRef:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user