Merge pull request #3228 from jiaqiluo/fix-1

fix the minimal SMS receiver configuration
This commit is contained in:
Catherine Luse
2021-04-30 10:59:30 -07:00
committed by GitHub
@@ -215,6 +215,10 @@ The SMS receiver is not a native receiver and must be enabled before it can be u
The SMS receiver can be configured by updating its ConfigMap. For example, the following is a minimal SMS receiver configuration.
```yaml
providers:
telegram:
token: 'your-token-from-telegram'
receivers:
- name: 'telegram-receiver-1'
provider: 'telegram'