We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6ca9f8 + 2d2f306 commit 0982ed7Copy full SHA for 0982ed7
charts/py-app/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
36
- name: {{ .Chart.Name }}
37
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
38
{{- if .Values.command }}
39
- cmd: {{ .Values.command }}
+ command: {{ .Values.command }}
40
{{- end}}
41
imagePullPolicy: {{ .Values.image.pullPolicy }}
42
ports:
0 commit comments