feat(argo-cd): Add log settings and extraArgs to Slack bot (#1802)
* Add log settings and extraArgs to Slack bot Signed-off-by: duxet <duxetlg@gmail.com> * Fix readme Signed-off-by: duxet <duxetlg@gmail.com> --------- Signed-off-by: duxet <duxetlg@gmail.com>
This commit is contained in:
parent
5335a75fbc
commit
36cd83081c
4 changed files with 20 additions and 4 deletions
|
|
@ -2881,6 +2881,16 @@ notifications:
|
|||
# @default -- `[]` (defaults to global.imagePullSecrets)
|
||||
imagePullSecrets: []
|
||||
|
||||
# -- Slack bot log format. Either `text` or `json`
|
||||
# @default -- `""` (defaults to global.logging.format)
|
||||
logFormat: ""
|
||||
# -- Slack bot log level. One of: `debug`, `info`, `warn`, `error`
|
||||
# @default -- `""` (defaults to global.logging.level)
|
||||
logLevel: ""
|
||||
|
||||
# -- List of extra cli args to add for Slack bot
|
||||
extraArgs: []
|
||||
|
||||
service:
|
||||
# -- Service annotations for Slack bot
|
||||
annotations: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue