enable TTY to allow plotman to start (#134)

* enable TTY to allow  to start

* match test train to live train
This commit is contained in:
Gavin Chappell
2021-08-31 12:37:45 +01:00
committed by GitHub
parent f29b60651a
commit 1291bac165
22 changed files with 4 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ keywords:
name: machinaris
sources:
- https://github.com/guydavis/machinaris
version: 1.0.3
version: 1.0.4

View File

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

View File

@@ -14,4 +14,4 @@ keywords:
name: machinaris
sources:
- https://github.com/guydavis/machinaris
version: 1.0.3
version: 1.0.4

View File

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