diff --git a/helm/templates/deployment-app.yaml b/helm/templates/deployment-app.yaml index 08c0921ca..dd21351a5 100644 --- a/helm/templates/deployment-app.yaml +++ b/helm/templates/deployment-app.yaml @@ -70,7 +70,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} command: [ - "touch /tmp/log/app.log" + "touch /tmp/log/app.log", "2>&1 > /tmp/log/app.log" ] ports: