Skip to content

Commit 0982ed7

Browse files
authored
Merge pull request #5 from Intreecom/bugfix/command
2 parents a6ca9f8 + 2d2f306 commit 0982ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/py-app/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
- name: {{ .Chart.Name }}
3737
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3838
{{- if .Values.command }}
39-
cmd: {{ .Values.command }}
39+
command: {{ .Values.command }}
4040
{{- end}}
4141
imagePullPolicy: {{ .Values.image.pullPolicy }}
4242
ports:

0 commit comments

Comments
 (0)