Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 896 Bytes

telegram.md

File metadata and controls

35 lines (30 loc) · 896 Bytes

Telegram

  1. Get an API token using @Botfather.
  2. Store token in <secret-name> Secret and configure telegram integration in <config-map-name> ConfigMap:
apiVersion: v1
kind: ConfigMap
metadata:
  name: <config-map-name>
data:
  service.telegram: |
    token: $telegram-token
  1. Create new Telegram channel.
  2. Add your bot as an administrator.
  3. Use this channel username (public channel) or chatID (private channel) in the subscription for your Telegram integration:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  annotations:
    notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: username
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  annotations:
    notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: -1000000000000