* enable TTY to allow to start * match test train to live train
@@ -14,4 +14,4 @@ keywords:
name: machinaris
sources:
- https://github.com/guydavis/machinaris
-version: 1.0.3
+version: 1.0.4
@@ -17,6 +17,7 @@ spec:
hostNetwork: true
containers:
- name: {{ .Chart.Name }}
+ tty: true
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}