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:
parent
edbac28217
commit
d198053abe
3 changed files with 6 additions and 6 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue