mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
31 lines
563 B
Markdown
31 lines
563 B
Markdown
# TTY
|
|
|
|
## key: tty
|
|
|
|
Info:
|
|
|
|
- Type: `boolean`
|
|
- Default: `false`
|
|
- Helm Template: ❌
|
|
|
|
Can be defined in:
|
|
|
|
- `.Values`.tty
|
|
- `.Values.additionalContainers.[container-name]`.tty
|
|
- `.Values.initContainers.[container-name]`.tty
|
|
- `.Values.installContainers.[container-name]`.tty
|
|
- `.Values.upgradeContainers.[container-name]`.tty
|
|
- `.Values.systemContainers.[container-name]`.tty
|
|
- `.Values.jobs.[job-name].podSpec.containers.[container-name].[container-name]`.tty
|
|
|
|
---
|
|
|
|
Allocates a TTY, requires also `stdin` set to true
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
# Optional
|
|
tty: true
|
|
```
|