From 8f3205d503034a5147842281d681d15c3130a648 Mon Sep 17 00:00:00 2001 From: Christophe Collot Date: Tue, 19 Dec 2023 11:29:24 +0100 Subject: [PATCH] fix args command --- chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 7c41166..d4e6de4 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -43,8 +43,8 @@ spec: securityContext: {{- toYaml .Values.securityContext | nindent 12 }} args: - - "server" - - "--config" + - "start" + - "--config-file" - "{{ .Values.configFilePath }}" - "--log-format" - "{{ .Values.logFormat }}"