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
|
|
@ -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