Files
chart/docs/common-library/values/tty.md
2022-12-14 14:43:39 +02:00

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