fix the minimal SMS receiver configuration

This commit is contained in:
Jiaqi Luo
2021-04-30 10:47:51 -07:00
parent 427f301efe
commit 3ea33ab3e8
@@ -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'