From 2d2f3067653d086fd0deee79cc1b7a20a76b570f Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Tue, 4 Feb 2025 19:40:31 +0100 Subject: [PATCH] Fixed container command. --- charts/py-app/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/py-app/templates/deployment.yaml b/charts/py-app/templates/deployment.yaml index 0dc0746..6b13ecb 100644 --- a/charts/py-app/templates/deployment.yaml +++ b/charts/py-app/templates/deployment.yaml @@ -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: