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