Skip to content

Commit b6902c2

Browse files
author
O. Yuanying
authored
k8s: Enable tty/stdin (#154)
1 parent 03c84c0 commit b6902c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/kubernetes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ spec:
8484
- 127.0.0.1
8585
initialDelaySeconds: 30
8686
livenessProbe: *probe
87+
tty: true
88+
stdin: true
8789
volumeClaimTemplates:
8890
- metadata:
8991
name: data

0 commit comments

Comments
 (0)