mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:39:48 +08:00
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:
@@ -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 }}
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user