Merge pull request #5 from Intreecom/bugfix/command

This commit is contained in:
2025-02-04 19:42:31 +01:00
committed by GitHub

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: