mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 09:46:20 -03:00
16 lines
174 B
Markdown
16 lines
174 B
Markdown
# STDIN
|
|
|
|
## key: stdin
|
|
|
|
- Type: `boolean`
|
|
- Default: `false`
|
|
- Helm Template: ❌
|
|
|
|
Allocates a buffer for stdin in the container runtime.
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
stdin: true
|
|
```
|