feat(argo-cd): Add global logging options (#1422)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2022-08-25 12:41:43 +02:00 committed by GitHub
parent 3930788628
commit 31e0156992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 32 deletions

View file

@ -52,9 +52,9 @@ spec:
- {{ .Values.externalRedis.host }}:{{ .Values.externalRedis.port }}
{{- end }}
- --logformat
- {{ .Values.repoServer.logFormat }}
- {{ default .Values.global.logging.format .Values.repoServer.logFormat }}
- --loglevel
- {{ .Values.repoServer.logLevel }}
- {{ default .Values.global.logging.level .Values.repoServer.logLevel }}
{{- with .Values.repoServer.extraArgs }}
{{- . | toYaml | nindent 8 }}
{{- end }}