Add channel and username to AlertProvider CRD schema

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-01-28 09:42:02 +02:00
parent 6d204b52ce
commit 52cec59ca3
3 changed files with 18 additions and 0 deletions
+6
View File
@@ -1167,6 +1167,12 @@ spec:
- msteams
- discord
- rocket
channel:
description: Alert channel for this provider
type: string
username:
description: Bot username for this provider
type: string
address:
description: Hook URL address of this provider
type: string
+6
View File
@@ -1167,6 +1167,12 @@ spec:
- msteams
- discord
- rocket
channel:
description: Alert channel for this provider
type: string
username:
description: Bot username for this provider
type: string
address:
description: Hook URL address of this provider
type: string
+6
View File
@@ -1167,6 +1167,12 @@ spec:
- msteams
- discord
- rocket
channel:
description: Alert channel for this provider
type: string
username:
description: Bot username for this provider
type: string
address:
description: Hook URL address of this provider
type: string