Unverified Commit 1291bac1 authored by Gavin Chappell's avatar Gavin Chappell Committed by GitHub

enable TTY to allow `plotman` to start (#134)

* enable TTY to allow  to start

* match test train to live train
parent f29b6065
...@@ -14,4 +14,4 @@ keywords: ...@@ -14,4 +14,4 @@ keywords:
name: machinaris name: machinaris
sources: sources:
- https://github.com/guydavis/machinaris - https://github.com/guydavis/machinaris
version: 1.0.3 version: 1.0.4
...@@ -17,6 +17,7 @@ spec: ...@@ -17,6 +17,7 @@ spec:
hostNetwork: true hostNetwork: true
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
tty: true
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
......
...@@ -14,4 +14,4 @@ keywords: ...@@ -14,4 +14,4 @@ keywords:
name: machinaris name: machinaris
sources: sources:
- https://github.com/guydavis/machinaris - https://github.com/guydavis/machinaris
version: 1.0.3 version: 1.0.4
...@@ -17,6 +17,7 @@ spec: ...@@ -17,6 +17,7 @@ spec:
hostNetwork: true hostNetwork: true
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
tty: true
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment