fix(argo-cd): set loglevel and logformat cli args without quotes (#3223)

Signed-off-by: Samy Djemaï <53857555+SamyDjemai@users.noreply.github.com>
This commit is contained in:
Samy Djemaï 2025-04-01 14:20:47 +02:00 committed by GitHub
parent edbac28217
commit d198053abe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -70,10 +70,10 @@ spec:
- --argocd-repo-server={{ template "argo-cd.repoServer.fullname" . }}:{{ .Values.repoServer.service.port }}
- --secret-name={{ .Values.notifications.secret.name }}
{{- with .Values.notifications.logLevel }}
- --loglevel={{ . | quote }}
- --loglevel={{ . }}
{{- end }}
{{- with .Values.notifications.logFormat }}
- --logformat={{ . | quote }}
- --logformat={{ . }}
{{- end }}
{{- range .Values.notifications.extraArgs }}
- {{ . | squote }}

View file

@ -73,10 +73,10 @@ spec:
command:
- /shared/argocd-dex
{{- with .Values.dex.logLevel }}
- --loglevel={{ . | quote }}
- --loglevel={{ . }}
{{- end }}
{{- with .Values.dex.logFormat }}
- --logformat={{ . | quote }}
- --logformat={{ . }}
{{- end }}
args:
- rundex