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:
parent
950c5be725
commit
7eafaa742e
4 changed files with 14 additions and 3 deletions
|
|
@ -61,6 +61,8 @@ spec:
|
|||
imagePullPolicy: {{ default .Values.global.image.imagePullPolicy .Values.dex.image.imagePullPolicy }}
|
||||
command:
|
||||
- /shared/argocd-dex
|
||||
- --logformat={{ default .Values.global.logging.format .Values.dex.logFormat }}
|
||||
- --loglevel={{ default .Values.global.logging.level .Values.dex.logLevel }}
|
||||
args:
|
||||
- rundex
|
||||
{{- with .Values.dex.extraArgs }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue