chore(argo-cd): Add log format and log level to dex (#1951)

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
Aikawa 2023-04-11 22:33:49 +09:00 committed by GitHub
parent 950c5be725
commit 7eafaa742e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View file

@ -1106,6 +1106,13 @@ dex:
# maxSurge: 25%
# maxUnavailable: 25%
# -- Dex log format. Either `text` or `json`
# @default -- `""` (defaults to global.logging.format)
logFormat: ""
# -- Dex log level. One of: `debug`, `info`, `warn`, `error`
# @default -- `""` (defaults to global.logging.level)
logLevel: ""
## Redis
redis:
# -- Enable redis