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 }}