mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 15:38:49 +08:00
17 lines
185 B
Markdown
17 lines
185 B
Markdown
# STDIN
|
|
|
|
## key: stdin
|
|
|
|
- Type: `boolean`
|
|
- Default: `false`
|
|
- Helm Template: ❌
|
|
|
|
Allocates a buffer for stdin in the container runtime.
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
# Optional
|
|
stdin: true
|
|
```
|