[bot] [main] Automated version update (#2217)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -2415,7 +2415,7 @@ spec:
|
||||
description: The Telegram API URL i.e. https://api.telegram.org. If not specified, default API URL will be used.
|
||||
type: string
|
||||
botToken:
|
||||
description: Telegram bot token The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
|
||||
description: "Telegram bot token. It is mutually exclusive with `botTokenFile`. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. \n Either `botToken` or `botTokenFile` is required."
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be a valid secret key.
|
||||
@@ -2429,6 +2429,9 @@ spec:
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
botTokenFile:
|
||||
description: "File to read the Telegram bot token from. It is mutually exclusive with `botToken`. Either `botToken` or `botTokenFile` is required. \n It requires Alertmanager >= v0.26.0."
|
||||
type: string
|
||||
chatID:
|
||||
description: The Telegram chat ID.
|
||||
format: int64
|
||||
|
||||
Reference in New Issue
Block a user