From bba6b0655b76afc3e513cb8e533803d4eb79aebc Mon Sep 17 00:00:00 2001 From: Alexander Buntakov Date: Thu, 24 Jun 2021 22:31:50 +0300 Subject: [PATCH] Update deployment.yaml --- starters/touchin-server/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/starters/touchin-server/templates/deployment.yaml b/starters/touchin-server/templates/deployment.yaml index f00d02f..0bdb7cb 100644 --- a/starters/touchin-server/templates/deployment.yaml +++ b/starters/touchin-server/templates/deployment.yaml @@ -32,7 +32,9 @@ spec: - name: "{{ .Chart.Name }}-info" image: "busybox" command: - - 'echo hello' + - "sh" + - "-c" + - "echo hello" {{- if and .Values.db .Values.db.create }} - name: "{{ .Chart.Name }}-create-db" image: {{ .Values.db.image }}