From 2355fc80e5e6971553c8a8738bb65cfd4ace6e58 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 3 Nov 2022 01:36:01 +0200 Subject: [PATCH] command is a list --- charts/minio/1.7.0/templates/logsearchapi-deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/minio/1.7.0/templates/logsearchapi-deployment.yaml b/charts/minio/1.7.0/templates/logsearchapi-deployment.yaml index 0084232fc3..543089881d 100644 --- a/charts/minio/1.7.0/templates/logsearchapi-deployment.yaml +++ b/charts/minio/1.7.0/templates/logsearchapi-deployment.yaml @@ -10,7 +10,8 @@ spec: {{ include "common.deployment.common_spec" $values | nindent 2 }} image: {{ include "logsearchapi.imageName" . }} imagePullPolicy: {{ .Values.image.pullPolicy }} env: {{ include "logsearchapi.envVariableConfiguration" $values | nindent 10 }} - command: {{ include "logsearchapi.command" . }} + command: + - {{ include "logsearchapi.command" . }} ports: - name: logsearchapi containerPort: 8080