feat(argo-cd): Add ability to set Notification Services (#1220)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
2cced04870
commit
7932e5a460
4 changed files with 12 additions and 2 deletions
|
|
@ -2580,3 +2580,9 @@ notifications:
|
|||
|
||||
# -- [Node selector]
|
||||
nodeSelector: {}
|
||||
|
||||
# -- The notification services such as slack, email or custom webhook. This will be stored on `notifications.cm.name` ConfigMap.
|
||||
## For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/
|
||||
services: {}
|
||||
# service.slack: |
|
||||
# token: $slack-token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue