Files
library-charts/docs/common-library/values/tty.md
Stavros kois 0c20405684 add workflows
2022-12-13 17:29:44 +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
```