mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-06 11:11:23 -03:00
16 lines
164 B
Markdown
16 lines
164 B
Markdown
# TTY
|
|
|
|
## key: tty
|
|
|
|
- Type: `boolean`
|
|
- Default: `false`
|
|
- Helm Template: ❌
|
|
|
|
Allocates a TTY, requires also `stdin` set to true
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
tty: true
|
|
```
|