Fixed container command.

This commit is contained in:
2025-02-04 19:40:31 +01:00
parent a6ca9f84d6
commit 2d2f306765

View File

@ -36,7 +36,7 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
{{- if .Values.command }}
cmd: {{ .Values.command }}
command: {{ .Values.command }}
{{- end}}
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: