Files
library-charts/library/common/_docs/values/stdin.md
2022-12-01 16:49:16 +02:00

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