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

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