mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 15:25:24 +08:00
command is a list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user