mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08: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
|
|
```
|