Files
chart/library/common/_docs/values/tty.md
2022-12-01 16:49:16 +02:00

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
```